#60E5C8

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

Shades of Downy #60E5C8

Tints of Downy #60E5C8

Color information

#60E5C8 (or 0x60E5C8) is unknown color: approx Downy. HEX triplet: 60, E5 and C8. RGB value is (96,229,200). Sum of RGB (Red+Green+Blue) = 96+229+200=525 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.29% from 525); Green value is 229 (89.84% from 255 or 43.62% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 229 - color contains mainly: green. Hex color #60E5C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60E5C8 is #9F1A37. Grayscale: #B9B9B9. Windows color (decimal): -10426936 or 13165920. OLE color: 13165920.

HSL color Cylindrical-coordinate representation of color #60E5C8: hue angle of 166.92º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E5C8 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB96229200-
CMYK0.5800.130.10
HSL166.92º71.89%63.73%-
HSV(B)166.92º58.08%89.8%-
XYZ43.2762.764.46-
YUV185.93135.9463.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.29%
GREEN value IS 229 (89.84% from 255) = 43.62%
BLUE value IS 200 (78.52% from 255) = 38.10%
R=18.29%
G=43.62%
B=38.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal962292000.5800.130.10166.9271.8963.73
Hex60E5C83A0DAa74840
Octal1403453107201512247110100
Binary110000011100101110010001110100110110101010011110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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