#5EC9BD

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

Shades of Downy #5EC9BD

Tints of Downy #5EC9BD

Color information

#5EC9BD (or 0x5EC9BD) is unknown color: approx Downy. HEX triplet: 5E, C9 and BD. RGB value is (94,201,189). Sum of RGB (Red+Green+Blue) = 94+201+189=484 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.42% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 201 - color contains mainly: green. Hex color #5EC9BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC9BD is #A13642. Grayscale: #A7A7A7. Windows color (decimal): -10565187 or 12437854. OLE color: 12437854.

HSL color Cylindrical-coordinate representation of color #5EC9BD: hue angle of 173.27º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EC9BD is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB94201189-
CMYK0.5300.060.21
HSL173.27º49.77%57.84%-
HSV(B)173.27º53.23%78.82%-
XYZ34.6947.8355.55-
YUV167.64140.0575.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.42%
GREEN value IS 201 (78.91% from 255) = 41.53%
BLUE value IS 189 (74.22% from 255) = 39.05%
R=19.42%
G=41.53%
B=39.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal942011890.5300.060.21173.2749.7757.84
Hex5EC9BD350615ad323a
Octal1363112756506252556272
Binary1011110110010011011110111010101101010110101101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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