#60E5C0

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

Shades of Downy #60E5C0

Tints of Downy #60E5C0

Color information

#60E5C0 (or 0x60E5C0) is unknown color: approx Downy. HEX triplet: 60, E5 and C0. RGB value is (96,229,192). Sum of RGB (Red+Green+Blue) = 96+229+192=517 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.57% from 517); Green value is 229 (89.84% from 255 or 44.29% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 229 - color contains mainly: green. Hex color #60E5C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60E5C0 is #9F1A3F. Grayscale: #B9B9B9. Windows color (decimal): -10426944 or 12641632. OLE color: 12641632.

HSL color Cylindrical-coordinate representation of color #60E5C0: hue angle of 163.31º 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 #60E5C0 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB96229192-
CMYK0.5800.160.10
HSL163.31º71.89%63.73%-
HSV(B)163.31º58.08%89.8%-
XYZ42.3662.3359.67-
YUV185.02131.9464.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.57%
GREEN value IS 229 (89.84% from 255) = 44.29%
BLUE value IS 192 (75.39% from 255) = 37.14%
R=18.57%
G=44.29%
B=37.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal962291920.5800.160.10163.3171.8963.73
Hex60E5C03A010Aa34840
Octal1403453007202012243110100
Binary1100000111001011100000011101001000010101010001110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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