#5ECDBA

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

Shades of Downy #5ECDBA

Tints of Downy #5ECDBA

Color information

#5ECDBA (or 0x5ECDBA) is unknown color: approx Downy. HEX triplet: 5E, CD and BA. RGB value is (94,205,186). Sum of RGB (Red+Green+Blue) = 94+205+186=485 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.38% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #5ECDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECDBA is #A13245. Grayscale: #A9A9A9. Windows color (decimal): -10564166 or 12242270. OLE color: 12242270.

HSL color Cylindrical-coordinate representation of color #5ECDBA: hue angle of 169.73º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECDBA is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB94205186-
CMYK0.5400.090.20
HSL169.73º52.61%58.63%-
HSV(B)169.73º54.15%80.39%-
XYZ35.3149.5954.16-
YUV169.64137.2374.04-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.38%
GREEN value IS 205 (80.47% from 255) = 42.27%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=19.38%
G=42.27%
B=38.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal942051860.5400.090.20169.7352.6158.63
Hex5ECDBA360914aa353b
Octal13631527266011242526573
Binary10111101100110110111010110110010011010010101010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,205,186); }

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

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

 a { background-color: rgb(94,205,186); }

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

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

 span { border-color: rgb(94,205,186); }

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