Html Css Color HEX #5ECAC2 Downy

📋 copy color: '#5ECAC2'

red 94 ◦ green 202 ◦ blue 194

#5ECAC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #5ECAC2

Tints of Downy #5ECAC2

RGB

 RED value IS 94 (37.11% from 255) = 19.18%

 GREEN value IS 202 (79.3% from 255) = 41.22%

 BLUE value IS 194 (76.17% from 255) = 39.59%

R = 19.18%
G = 41.22%
B = 39.59%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#5ECAC2 (or 0x5ECAC2) is known color: Downy. HEX triplet: 5E, CA and C2. RGB value is (94,202,194). Sum of RGB (Red+Green+Blue) = 94+202+194=490 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.18% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #5ECAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECAC2 is #A1353D. Grayscale: #A8A8A8. Windows color (decimal): -10564926 or 12765790. OLE color: 12765790.

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

Color convert

RGB 94 202 194 -
CMYK 0.53 0 0.04 0.21
HSL 175.56º 0.5% 0.58% -
HSV(B) 175.56º 0.53% 0.79% -
XYZ 35.47 48.52 58.53 -
YUV 168.8 142.22 74.65 -
System Red Green Blue C M Y K H S L
Decimal 94 202 194 0.53 0 0.04 0.21 175.56 0.5 0.58
Hex 5E CA C2 35 0 4 15 B0 32 3A
Octal 136 312 302 65 0 4 25 260 62 72
Binary 1011110 11001010 11000010 110101 0 100 10101 10110000 110010 111010

Color Harmonies of #5ECAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECAC2

Black with #5ECAC2

Text Example


Text Example

White with #5ECAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5ECAC2;
 }
 .AnyTagClassName
 {
   color: #5ECAC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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