#5EDEC7

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

Shades of Downy #5EDEC7

Tints of Downy #5EDEC7

Color information

#5EDEC7 (or 0x5EDEC7) is unknown color: approx Downy. HEX triplet: 5E, DE and C7. RGB value is (94,222,199). Sum of RGB (Red+Green+Blue) = 94+222+199=515 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.25% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #5EDEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDEC7 is #A12138. Grayscale: #B5B5B5. Windows color (decimal): -10559801 or 13098590. OLE color: 13098590.

HSL color Cylindrical-coordinate representation of color #5EDEC7: hue angle of 169.22º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EDEC7 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB94222199-
CMYK0.5800.100.13
HSL169.22º65.98%61.96%-
HSV(B)169.22º57.66%87.06%-
XYZ41.0558.7563.21-
YUV181.11138.0965.87-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.25%
GREEN value IS 222 (87.11% from 255) = 43.11%
BLUE value IS 199 (78.12% from 255) = 38.64%
R=18.25%
G=43.11%
B=38.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal942221990.5800.100.13169.2265.9861.96
Hex5EDEC73A0ADa9423e
Octal136336307720121525110276
Binary10111101101111011000111111010010101101101010011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,222,199); }

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

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

 a { background-color: rgb(94,222,199); }

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

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

 span { border-color: rgb(94,222,199); }

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