#60E4CF

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

Shades of Downy #60E4CF

Tints of Downy #60E4CF

Color information

#60E4CF (or 0x60E4CF) is unknown color: approx Downy. HEX triplet: 60, E4 and CF. RGB value is (96,228,207). Sum of RGB (Red+Green+Blue) = 96+228+207=531 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.08% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 228 - color contains mainly: green. Hex color #60E4CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60E4CF is #9F1B30. Grayscale: #BABABA. Windows color (decimal): -10427185 or 13624416. OLE color: 13624416.

HSL color Cylindrical-coordinate representation of color #60E4CF: hue angle of 170.45º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E4CF is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB96228207-
CMYK0.5800.090.11
HSL170.45º70.97%63.53%-
HSV(B)170.45º57.89%89.41%-
XYZ43.8362.4868.78-
YUV186.14139.7763.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.08%
GREEN value IS 228 (89.45% from 255) = 42.94%
BLUE value IS 207 (81.25% from 255) = 38.98%
R=18.08%
G=42.94%
B=38.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal962282070.5800.090.11170.4570.9763.53
Hex60E4CF3A09Baa4740
Octal1403443177201113252107100
Binary110000011100100110011111110100100110111010101010001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,228,207); }

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

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

 a { background-color: rgb(96,228,207); }

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

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

 span { border-color: rgb(96,228,207); }

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