#5ECAC4

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

Shades of Downy #5ECAC4

Tints of Downy #5ECAC4

Color information

#5ECAC4 (or 0x5ECAC4) is unknown color: approx Downy. HEX triplet: 5E, CA and C4. RGB value is (94,202,196). Sum of RGB (Red+Green+Blue) = 94+202+196=492 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.11% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 196 (76.95% from 255 or 39.84% from 492); Max value from RGB is 202 - color contains mainly: green. Hex color #5ECAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECAC4 is #A1353B. Grayscale: #A8A8A8. Windows color (decimal): -10564924 or 12896862. OLE color: 12896862.

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

Color convert

RGB94202196-
CMYK0.5300.030.21
HSL176.67º50.47%58.04%-
HSV(B)176.67º53.47%79.22%-
XYZ35.748.6159.72-
YUV169.02143.2274.49-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.11%
GREEN value IS 202 (79.30% from 255) = 41.06%
BLUE value IS 196 (76.95% from 255) = 39.84%
R=19.11%
G=41.06%
B=39.84%

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
Decimal942021960.5300.030.21176.6750.4758.04
Hex5ECAC4350315b1323a
Octal1363123046503252616272
Binary101111011001010110001001101010111010110110001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,202,196); }

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

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

 a { background-color: rgb(94,202,196); }

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

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

 span { border-color: rgb(94,202,196); }

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