#5ED0C4

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

Shades of Downy #5ED0C4

Tints of Downy #5ED0C4

Color information

#5ED0C4 (or 0x5ED0C4) is unknown color: approx Downy. HEX triplet: 5E, D0 and C4. RGB value is (94,208,196). Sum of RGB (Red+Green+Blue) = 94+208+196=498 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.88% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 196 (76.95% from 255 or 39.36% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED0C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED0C4 is #A12F3B. Grayscale: #ACACAC. Windows color (decimal): -10563388 or 12898398. OLE color: 12898398.

HSL color Cylindrical-coordinate representation of color #5ED0C4: hue angle of 173.68º degrees, saturation: 0.55, 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 #5ED0C4 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB94208196-
CMYK0.5500.060.18
HSL173.68º54.81%59.22%-
HSV(B)173.68º54.81%81.57%-
XYZ37.1451.4860.2-
YUV172.55141.2371.98-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.88%
GREEN value IS 208 (81.64% from 255) = 41.77%
BLUE value IS 196 (76.95% from 255) = 39.36%
R=18.88%
G=41.77%
B=39.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal942081960.5500.060.18173.6854.8159.22
Hex5ED0C4370612ae373b
Octal1363203046706222566773
Binary1011110110100001100010011011101101001010101110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,208,196); }

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

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

 a { background-color: rgb(94,208,196); }

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

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

 span { border-color: rgb(94,208,196); }

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