#5ED8BD

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

Shades of Downy #5ED8BD

Tints of Downy #5ED8BD

Color information

#5ED8BD (or 0x5ED8BD) is unknown color: approx Downy. HEX triplet: 5E, D8 and BD. RGB value is (94,216,189). Sum of RGB (Red+Green+Blue) = 94+216+189=499 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.84% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #5ED8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED8BD is #A12742. Grayscale: #B0B0B0. Windows color (decimal): -10561347 or 12441694. OLE color: 12441694.

HSL color Cylindrical-coordinate representation of color #5ED8BD: hue angle of 166.72º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED8BD is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB94216189-
CMYK0.5600.120.15
HSL166.72º61%60.78%-
HSV(B)166.72º56.48%84.71%-
XYZ38.3655.1756.77-
YUV176.44135.0869.2-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.84%
GREEN value IS 216 (84.77% from 255) = 43.29%
BLUE value IS 189 (74.22% from 255) = 37.88%
R=18.84%
G=43.29%
B=37.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal942161890.5600.120.15166.726160.78
Hex5ED8BD380CFa73d3d
Octal13633027570014172477575
Binary1011110110110001011110111100001100111110100111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,216,189); }

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

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

 a { background-color: rgb(94,216,189); }

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

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

 span { border-color: rgb(94,216,189); }

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