Html Css Color HEX #5EC5BA Downy

📋 copy color: '#5EC5BA'

red 94 ◦ green 197 ◦ blue 186

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

Shades of Downy #5EC5BA

Tints of Downy #5EC5BA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.3%

 BLUE value IS 186 (73.05% from 255) = 38.99%

R = 19.71%
G = 41.3%
B = 38.99%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#5EC5BA (or 0x5EC5BA) is known color: Downy. HEX triplet: 5E, C5 and BA. RGB value is (94,197,186). Sum of RGB (Red+Green+Blue) = 94+197+186=477 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.71% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 197 - color contains mainly: green. Hex color #5EC5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC5BA is #A13A45. Grayscale: #A4A4A4. Windows color (decimal): -10566214 or 12240222. OLE color: 12240222.

HSL color Cylindrical-coordinate representation of color #5EC5BA: hue angle of 173.59º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5EC5BA is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 94 197 186 -
CMYK 0.52 0 0.06 0.23
HSL 173.59º 0.47% 0.57% -
HSV(B) 173.59º 0.52% 0.77% -
XYZ 33.45 45.86 53.54 -
YUV 164.95 139.88 77.39 -
System Red Green Blue C M Y K H S L
Decimal 94 197 186 0.52 0 0.06 0.23 173.59 0.47 0.57
Hex 5E C5 BA 34 0 6 17 AE 2F 39
Octal 136 305 272 64 0 6 27 256 57 71
Binary 1011110 11000101 10111010 110100 0 110 10111 10101110 101111 111001

Color Harmonies of #5EC5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EC5BA

Black with #5EC5BA

Text Example


Text Example

White with #5EC5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,197,186); }

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

background-color css

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

 a { background-color: rgb(94,197,186); }

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

border-color css

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

 span { border-color: rgb(94,197,186); }

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