#60D3C8

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

Shades of Downy #60D3C8

Tints of Downy #60D3C8

Color information

#60D3C8 (or 0x60D3C8) is unknown color: approx Downy. HEX triplet: 60, D3 and C8. RGB value is (96,211,200). Sum of RGB (Red+Green+Blue) = 96+211+200=507 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.93% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #60D3C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D3C8 is #9F2C37. Grayscale: #AFAFAF. Windows color (decimal): -10431544 or 13161312. OLE color: 13161312.

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

Color convert

RGB96211200-
CMYK0.5500.050.17
HSL174.26º56.65%60.2%-
HSV(B)174.26º54.5%82.75%-
XYZ38.5453.2562.89-
YUV175.36141.971.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.93%
GREEN value IS 211 (82.81% from 255) = 41.62%
BLUE value IS 200 (78.52% from 255) = 39.45%
R=18.93%
G=41.62%
B=39.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal962112000.5500.050.17174.2656.6560.2
Hex60D3C8370511ae393c
Octal1403233106705212567174
Binary1100000110100111100100011011101011000110101110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D3C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,211,200); }

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

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

 a { background-color: rgb(96,211,200); }

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

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

 span { border-color: rgb(96,211,200); }

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