#5EE4BF

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

Shades of Downy #5EE4BF

Tints of Downy #5EE4BF

Color information

#5EE4BF (or 0x5EE4BF) is unknown color: approx Downy. HEX triplet: 5E, E4 and BF. RGB value is (94,228,191). Sum of RGB (Red+Green+Blue) = 94+228+191=513 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.32% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #5EE4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EE4BF is #A11B40. Grayscale: #B7B7B7. Windows color (decimal): -10558273 or 12575838. OLE color: 12575838.

HSL color Cylindrical-coordinate representation of color #5EE4BF: hue angle of 163.43º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5EE4BF is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB94228191-
CMYK0.5900.160.11
HSL163.43º71.28%63.14%-
HSV(B)163.43º58.77%89.41%-
XYZ41.7661.6358.98-
YUV183.72132.1164.01-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.32%
GREEN value IS 228 (89.45% from 255) = 44.44%
BLUE value IS 191 (75% from 255) = 37.23%
R=18.32%
G=44.44%
B=37.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal942281910.5900.160.11163.4371.2863.14
Hex5EE4BF3B010Ba3473f
Octal136344277730201324310777
Binary101111011100100101111111110110100001011101000111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EE4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,228,191); }

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

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

 a { background-color: rgb(94,228,191); }

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

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

 span { border-color: rgb(94,228,191); }

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