#60DCC0

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

Shades of Downy #60DCC0

Tints of Downy #60DCC0

Color information

#60DCC0 (or 0x60DCC0) is unknown color: approx Downy. HEX triplet: 60, DC and C0. RGB value is (96,220,192). Sum of RGB (Red+Green+Blue) = 96+220+192=508 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.90% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #60DCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DCC0 is #9F233F. Grayscale: #B3B3B3. Windows color (decimal): -10429248 or 12639328. OLE color: 12639328.

HSL color Cylindrical-coordinate representation of color #60DCC0: hue angle of 166.45º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DCC0 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB96220192-
CMYK0.5600.130.14
HSL166.45º63.92%61.96%-
HSV(B)166.45º56.36%86.27%-
XYZ39.9357.4858.86-
YUV179.73134.9268.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.90%
GREEN value IS 220 (86.33% from 255) = 43.31%
BLUE value IS 192 (75.39% from 255) = 37.80%
R=18.90%
G=43.31%
B=37.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal962201920.5600.130.14166.4563.9261.96
Hex60DCC0380DEa6403e
Octal140334300700151624610076
Binary11000001101110011000000111000011011110101001101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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