#60D1C0

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

Shades of Downy #60D1C0

Tints of Downy #60D1C0

Color information

#60D1C0 (or 0x60D1C0) is unknown color: approx Downy. HEX triplet: 60, D1 and C0. RGB value is (96,209,192). Sum of RGB (Red+Green+Blue) = 96+209+192=497 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.32% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 209 - color contains mainly: green. Hex color #60D1C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D1C0 is #9F2E3F. Grayscale: #ADADAD. Windows color (decimal): -10432064 or 12636512. OLE color: 12636512.

HSL color Cylindrical-coordinate representation of color #60D1C0: hue angle of 170.97º 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 #60D1C0 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB96209192-
CMYK0.5400.080.18
HSL170.97º55.12%59.8%-
HSV(B)170.97º54.07%81.96%-
XYZ37.1451.8957.93-
YUV173.28138.5672.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.32%
GREEN value IS 209 (82.03% from 255) = 42.05%
BLUE value IS 192 (75.39% from 255) = 38.63%
R=19.32%
G=42.05%
B=38.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal962091920.5400.080.18170.9755.1259.8
Hex60D1C0360812ab373c
Octal14032130066010222536774
Binary11000001101000111000000110110010001001010101011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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