#5ED2BF

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

Shades of Downy #5ED2BF

Tints of Downy #5ED2BF

Color information

#5ED2BF (or 0x5ED2BF) is unknown color: approx Downy. HEX triplet: 5E, D2 and BF. RGB value is (94,210,191). Sum of RGB (Red+Green+Blue) = 94+210+191=495 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.99% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 210 - color contains mainly: green. Hex color #5ED2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED2BF is #A12D40. Grayscale: #ADADAD. Windows color (decimal): -10562881 or 12571230. OLE color: 12571230.

HSL color Cylindrical-coordinate representation of color #5ED2BF: hue angle of 170.17º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ED2BF is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB94210191-
CMYK0.5500.090.18
HSL170.17º56.31%59.61%-
HSV(B)170.17º55.24%82.35%-
XYZ37.0752.2357.42-
YUV173.15138.0771.54-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.99%
GREEN value IS 210 (82.42% from 255) = 42.42%
BLUE value IS 191 (75% from 255) = 38.59%
R=18.99%
G=42.42%
B=38.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal942101910.5500.090.18170.1756.3159.61
Hex5ED2BF370912aa383c
Octal13632227767011222527074
Binary10111101101001010111111110111010011001010101010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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