#60D1BD

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

Shades of Downy #60D1BD

Tints of Downy #60D1BD

Color information

#60D1BD (or 0x60D1BD) is unknown color: approx Downy. HEX triplet: 60, D1 and BD. RGB value is (96,209,189). Sum of RGB (Red+Green+Blue) = 96+209+189=494 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.43% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 209 - color contains mainly: green. Hex color #60D1BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D1BD is #9F2E42. Grayscale: #ACACAC. Windows color (decimal): -10432067 or 12439904. OLE color: 12439904.

HSL color Cylindrical-coordinate representation of color #60D1BD: hue angle of 169.38º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60D1BD is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB96209189-
CMYK0.5400.100.18
HSL169.38º55.12%59.8%-
HSV(B)169.38º54.07%81.96%-
XYZ36.8151.7656.2-
YUV172.93137.0673.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.43%
GREEN value IS 209 (82.03% from 255) = 42.31%
BLUE value IS 189 (74.22% from 255) = 38.26%
R=19.43%
G=42.31%
B=38.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal962091890.5400.100.18169.3855.1259.8
Hex60D1BD360A12a9373c
Octal14032127566012222516774
Binary11000001101000110111101110110010101001010101001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,209,189); }

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

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

 a { background-color: rgb(96,209,189); }

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

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

 span { border-color: rgb(96,209,189); }

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