#5EDDBE

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

Shades of Downy #5EDDBE

Tints of Downy #5EDDBE

Color information

#5EDDBE (or 0x5EDDBE) is unknown color: approx Downy. HEX triplet: 5E, DD and BE. RGB value is (94,221,190). Sum of RGB (Red+Green+Blue) = 94+221+190=505 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.61% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #5EDDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDDBE is #A12241. Grayscale: #B3B3B3. Windows color (decimal): -10560066 or 12508510. OLE color: 12508510.

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

Color convert

RGB94221190-
CMYK0.5700.140.13
HSL165.35º65.13%61.76%-
HSV(B)165.35º57.47%86.67%-
XYZ39.7757.8157.78-
YUV179.49133.9267.02-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.61%
GREEN value IS 221 (86.72% from 255) = 43.76%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=18.61%
G=43.76%
B=37.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal942211900.5700.140.13165.3565.1361.76
Hex5EDDBE390EDa5413e
Octal136335276710161524510176
Binary10111101101110110111110111001011101101101001011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,221,190); }

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

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

 a { background-color: rgb(94,221,190); }

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

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

 span { border-color: rgb(94,221,190); }

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