#5ee2c2

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

Shades of Downy #5EE2C2

Tints of Downy #5EE2C2

Color information

#5EE2C2 (or 0x5EE2C2) is unknown color: approx Downy. HEX triplet: 5E, E2 and C2. RGB value is (94,226,194). Sum of RGB (Red+Green+Blue) = 94+226+194=514 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.29% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 226 - color contains mainly: green. Hex color #5EE2C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EE2C2 is #A11D3D. Grayscale: #B6B6B6. Windows color (decimal): -10558782 or 12771934. OLE color: 12771934.

HSL color Cylindrical-coordinate representation of color #5EE2C2: hue angle of 165.45º 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 #5EE2C2 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB94226194-
CMYK0.5800.140.11
HSL165.45º69.47%62.75%-
HSV(B)165.45º58.41%88.63%-
XYZ41.5560.6760.56-
YUV182.88134.2764.6-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.29%
GREEN value IS 226 (88.67% from 255) = 43.97%
BLUE value IS 194 (76.17% from 255) = 37.74%
R=18.29%
G=43.97%
B=37.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal942261940.5800.140.11165.4569.4762.75
Hex5EE2C23A0EBa5453f
Octal136342302720161324510577
Binary10111101110001011000010111010011101011101001011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ee2c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5ee2c2; }

 p { color: rgb(94,226,194); }

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

<style>
 a { background-color: #5ee2c2; }

 a { background-color: rgb(94,226,194); }

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

<style>
 span { border-color: #5ee2c2; }

 span { border-color: rgb(94,226,194); }

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