#5EE2C9

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

Shades of Downy #5EE2C9

Tints of Downy #5EE2C9

Color information

#5EE2C9 (or 0x5EE2C9) is unknown color: approx Downy. HEX triplet: 5E, E2 and C9. RGB value is (94,226,201). Sum of RGB (Red+Green+Blue) = 94+226+201=521 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.04% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 226 - color contains mainly: green. Hex color #5EE2C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EE2C9 is #A11D36. Grayscale: #B7B7B7. Windows color (decimal): -10558775 or 13230686. OLE color: 13230686.

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

Color convert

RGB94226201-
CMYK0.5800.110.11
HSL168.64º69.47%62.75%-
HSV(B)168.64º58.41%88.63%-
XYZ42.3660.9964.8-
YUV183.68137.7764.03-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.04%
GREEN value IS 226 (88.67% from 255) = 43.38%
BLUE value IS 201 (78.91% from 255) = 38.58%
R=18.04%
G=43.38%
B=38.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal942262010.5800.110.11168.6469.4762.75
Hex5EE2C93A0BBa9453f
Octal136342311720131325110577
Binary10111101110001011001001111010010111011101010011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EE2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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