#5ED9C8

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

Shades of Downy #5ED9C8

Tints of Downy #5ED9C8

Color information

#5ED9C8 (or 0x5ED9C8) is unknown color: approx Downy. HEX triplet: 5E, D9 and C8. RGB value is (94,217,200). Sum of RGB (Red+Green+Blue) = 94+217+200=511 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.40% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #5ED9C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED9C8 is #A12637. Grayscale: #B2B2B2. Windows color (decimal): -10561080 or 13162846. OLE color: 13162846.

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

Color convert

RGB94217200-
CMYK0.5700.080.15
HSL171.71º61.81%60.98%-
HSV(B)171.71º56.68%85.1%-
XYZ39.8556.1863.39-
YUV178.28140.2567.88-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.40%
GREEN value IS 217 (85.16% from 255) = 42.47%
BLUE value IS 200 (78.52% from 255) = 39.14%
R=18.40%
G=42.47%
B=39.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal942172000.5700.080.15171.7161.8160.98
Hex5ED9C83908Fac3e3d
Octal13633131071010172547675
Binary1011110110110011100100011100101000111110101100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,217,200); }

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

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

 a { background-color: rgb(94,217,200); }

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

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

 span { border-color: rgb(94,217,200); }

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