#5EC9C2

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

Shades of Downy #5EC9C2

Tints of Downy #5EC9C2

Color information

#5EC9C2 (or 0x5EC9C2) is unknown color: approx Downy. HEX triplet: 5E, C9 and C2. RGB value is (94,201,194). Sum of RGB (Red+Green+Blue) = 94+201+194=489 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.22% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 194 (76.17% from 255 or 39.67% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #5EC9C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC9C2 is #A1363D. Grayscale: #A8A8A8. Windows color (decimal): -10565182 or 12765534. OLE color: 12765534.

HSL color Cylindrical-coordinate representation of color #5EC9C2: hue angle of 176.07º 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 #5EC9C2 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB94201194-
CMYK0.5300.030.21
HSL176.07º49.77%57.84%-
HSV(B)176.07º53.23%78.82%-
XYZ35.2448.0558.46-
YUV168.21142.5575.07-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.22%
GREEN value IS 201 (78.91% from 255) = 41.10%
BLUE value IS 194 (76.17% from 255) = 39.67%
R=19.22%
G=41.10%
B=39.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal942011940.5300.030.21176.0749.7757.84
Hex5EC9C2350315b0323a
Octal1363113026503252606272
Binary101111011001001110000101101010111010110110000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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