#5ED1C6

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

Shades of Downy #5ED1C6

Tints of Downy #5ED1C6

Color information

#5ED1C6 (or 0x5ED1C6) is unknown color: approx Downy. HEX triplet: 5E, D1 and C6. RGB value is (94,209,198). Sum of RGB (Red+Green+Blue) = 94+209+198=501 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.76% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 209 - color contains mainly: green. Hex color #5ED1C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED1C6 is #A12E39. Grayscale: #ADADAD. Windows color (decimal): -10563130 or 13029726. OLE color: 13029726.

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

Color convert

RGB94209198-
CMYK0.5500.050.18
HSL174.26º55.56%59.41%-
HSV(B)174.26º55.02%81.96%-
XYZ37.6152.0661.49-
YUV173.36141.971.39-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.76%
GREEN value IS 209 (82.03% from 255) = 41.72%
BLUE value IS 198 (77.73% from 255) = 39.52%
R=18.76%
G=41.72%
B=39.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal942091980.5500.050.18174.2655.5659.41
Hex5ED1C6370512ae383b
Octal1363213066705222567073
Binary1011110110100011100011011011101011001010101110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,209,198); }

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

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

 a { background-color: rgb(94,209,198); }

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

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

 span { border-color: rgb(94,209,198); }

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