Html Css Color HEX #5ECABC Downy

📋 copy color: '#5ECABC'

red 94 ◦ green 202 ◦ blue 188

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

Shades of Downy #5ECABC

Tints of Downy #5ECABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.84%

R = 19.42%
G = 41.74%
B = 38.84%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#5ECABC (or 0x5ECABC) is known color: Downy. HEX triplet: 5E, CA and BC. RGB value is (94,202,188). Sum of RGB (Red+Green+Blue) = 94+202+188=484 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.42% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #5ECABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECABC is #A13543. Grayscale: #A8A8A8. Windows color (decimal): -10564932 or 12372574. OLE color: 12372574.

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

Color convert

RGB 94 202 188 -
CMYK 0.53 0 0.07 0.21
HSL 172.22º 0.5% 0.58% -
HSV(B) 172.22º 0.53% 0.79% -
XYZ 34.81 48.25 55.06 -
YUV 168.11 139.22 75.14 -
System Red Green Blue C M Y K H S L
Decimal 94 202 188 0.53 0 0.07 0.21 172.22 0.5 0.58
Hex 5E CA BC 35 0 7 15 AC 32 3A
Octal 136 312 274 65 0 7 25 254 62 72
Binary 1011110 11001010 10111100 110101 0 111 10101 10101100 110010 111010

Color Harmonies of #5ECABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECABC

Black with #5ECABC

Text Example


Text Example

White with #5ECABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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