#60E8CB

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

Shades of Downy #60E8CB

Tints of Downy #60E8CB

Color information

#60E8CB (or 0x60E8CB) is unknown color: approx Downy. HEX triplet: 60, E8 and CB. RGB value is (96,232,203). Sum of RGB (Red+Green+Blue) = 96+232+203=531 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.08% from 531); Green value is 232 (91.02% from 255 or 43.69% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 232 - color contains mainly: green. Hex color #60E8CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60E8CB is #9F1734. Grayscale: #BCBCBC. Windows color (decimal): -10426165 or 13363296. OLE color: 13363296.

HSL color Cylindrical-coordinate representation of color #60E8CB: hue angle of 167.21º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60E8CB is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB96232203-
CMYK0.5900.120.09
HSL167.21º74.73%64.31%-
HSV(B)167.21º58.62%90.98%-
XYZ44.4664.5166.61-
YUV188.03136.4462.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.08%
GREEN value IS 232 (91.02% from 255) = 43.69%
BLUE value IS 203 (79.69% from 255) = 38.23%
R=18.08%
G=43.69%
B=38.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal962322030.5900.120.09167.2174.7364.31
Hex60E8CB3B0C9a74b40
Octal1403503137301411247113100
Binary110000011101000110010111110110110010011010011110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,232,203); }

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

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

 a { background-color: rgb(96,232,203); }

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

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

 span { border-color: rgb(96,232,203); }

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