#5ED1BD

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

Shades of Downy #5ED1BD

Tints of Downy #5ED1BD

Color information

#5ED1BD (or 0x5ED1BD) is unknown color: approx Downy. HEX triplet: 5E, D1 and BD. RGB value is (94,209,189). Sum of RGB (Red+Green+Blue) = 94+209+189=492 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.11% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 209 - color contains mainly: green. Hex color #5ED1BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED1BD is #A12E42. Grayscale: #ACACAC. Windows color (decimal): -10563139 or 12439902. OLE color: 12439902.

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

Color convert

RGB94209189-
CMYK0.5500.100.18
HSL169.57º55.56%59.41%-
HSV(B)169.57º55.02%81.96%-
XYZ36.651.6556.19-
YUV172.33137.472.13-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.11%
GREEN value IS 209 (82.03% from 255) = 42.48%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=19.11%
G=42.48%
B=38.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal942091890.5500.100.18169.5755.5659.41
Hex5ED1BD370A12aa383b
Octal13632127567012222527073
Binary10111101101000110111101110111010101001010101010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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