#60D7CC

Color #60D7CC Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #60D7CC

Tints of Downy #60D7CC

Color information

#60D7CC (or 0x60D7CC) is unknown color: approx Downy. HEX triplet: 60, D7 and CC. RGB value is (96,215,204). Sum of RGB (Red+Green+Blue) = 96+215+204=515 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.64% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 215 - color contains mainly: green. Hex color #60D7CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D7CC is #9F2833. Grayscale: #B2B2B2. Windows color (decimal): -10430516 or 13424480. OLE color: 13424480.

HSL color Cylindrical-coordinate representation of color #60D7CC: hue angle of 174.45º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D7CC is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB96215204-
CMYK0.5500.050.16
HSL174.45º59.8%60.98%-
HSV(B)174.45º55.35%84.31%-
XYZ40.0255.4565.72-
YUV178.16142.5869.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 18.64%
GREEN value IS 215 (84.38% from 255) = 41.75%
BLUE value IS 204 (80.08% from 255) = 39.61%
R=18.64%
G=41.75%
B=39.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal962152040.5500.050.16174.4559.860.98
Hex60D7CC370510ae3c3d
Octal1403273146705202567475
Binary1100000110101111100110011011101011000010101110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60D7CC; }

 p { color: rgb(96,215,204); }

 H1.HeaderClassName
 {
   color: #60D7CC;
 }
 .AnyTagClassName
 {
   color: #60D7CC;
 }
</style>
background-color css

<style>
 a { background-color: #60D7CC; }

 a { background-color: rgb(96,215,204); }

 div.DivClassName
 {
   background-color: #60D7CC;
 }
 .BgClassName
 {
   background-color: #60D7CC;
 }
</style>
border-color css

<style>
 span { border-color: #60D7CC; }

 span { border-color: rgb(96,215,204); }

 td.TdClassName
 {
   border-color: #60D7CC;
 }
 .TagClassName
 {
   border-color: #60D7CC;
 }
</style>