#60E2C4

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

Shades of Downy #60E2C4

Tints of Downy #60E2C4

Color information

#60E2C4 (or 0x60E2C4) is unknown color: approx Downy. HEX triplet: 60, E2 and C4. RGB value is (96,226,196). Sum of RGB (Red+Green+Blue) = 96+226+196=518 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.53% from 518); Green value is 226 (88.67% from 255 or 43.63% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 226 - color contains mainly: green. Hex color #60E2C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60E2C4 is #9F1D3B. Grayscale: #B7B7B7. Windows color (decimal): -10427708 or 12903008. OLE color: 12903008.

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

Color convert

RGB96226196-
CMYK0.5800.130.11
HSL166.15º69.15%63.14%-
HSV(B)166.15º57.52%88.63%-
XYZ41.9860.8761.76-
YUV183.71134.9365.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.53%
GREEN value IS 226 (88.67% from 255) = 43.63%
BLUE value IS 196 (76.95% from 255) = 37.84%
R=18.53%
G=43.63%
B=37.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal962261960.5800.130.11166.1569.1563.14
Hex60E2C43A0DBa6453f
Octal140342304720151324610577
Binary11000001110001011000100111010011011011101001101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,226,196); }

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

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

 a { background-color: rgb(96,226,196); }

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

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

 span { border-color: rgb(96,226,196); }

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