#5EE8C9

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

Shades of Downy #5EE8C9

Tints of Downy #5EE8C9

Color information

#5EE8C9 (or 0x5EE8C9) is unknown color: approx Downy. HEX triplet: 5E, E8 and C9. RGB value is (94,232,201). Sum of RGB (Red+Green+Blue) = 94+232+201=527 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.84% from 527); Green value is 232 (91.02% from 255 or 44.02% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 232 - color contains mainly: green. Hex color #5EE8C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EE8C9 is #A11736. Grayscale: #BBBBBB. Windows color (decimal): -10557239 or 13232222. OLE color: 13232222.

HSL color Cylindrical-coordinate representation of color #5EE8C9: hue angle of 166.52º 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 #5EE8C9 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB94232201-
CMYK0.5900.130.09
HSL166.52º75%63.92%-
HSV(B)166.52º59.48%90.98%-
XYZ44.0264.3165.35-
YUV187.2135.7861.52-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.84%
GREEN value IS 232 (91.02% from 255) = 44.02%
BLUE value IS 201 (78.91% from 255) = 38.14%
R=17.84%
G=44.02%
B=38.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal942322010.5900.130.09166.527563.92
Hex5EE8C93B0D9a74b40
Octal1363503117301511247113100
Binary101111011101000110010011110110110110011010011110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EE8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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