Html Css Color HEX #5EABAA Fountain Blue

📋 copy color: '#5EABAA'

red 94 ◦ green 171 ◦ blue 170

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

Shades of Fountain Blue #5EABAA

Tints of Fountain Blue #5EABAA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.31%

 BLUE value IS 170 (66.8% from 255) = 39.08%

R = 21.61%
G = 39.31%
B = 39.08%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#5EABAA (or 0x5EABAA) is known color: Fountain Blue. HEX triplet: 5E, AB and AA. RGB value is (94,171,170). Sum of RGB (Red+Green+Blue) = 94+171+170=435 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.61% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 171 - color contains mainly: green. Hex color #5EABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EABAA is #A15455. Grayscale: #939393. Windows color (decimal): -10572886 or 11184990. OLE color: 11184990.

HSL color Cylindrical-coordinate representation of color #5EABAA: hue angle of 179.22º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5EABAA is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 171 170 -
CMYK 0.45 0 0.01 0.33
HSL 179.22º 0.31% 0.52% -
HSV(B) 179.22º 0.45% 0.67% -
XYZ 26.43 34.41 43.28 -
YUV 147.86 140.49 89.58 -
System Red Green Blue C M Y K H S L
Decimal 94 171 170 0.45 0 0.01 0.33 179.22 0.31 0.52
Hex 5E AB AA 2D 0 1 21 B3 1F 34
Octal 136 253 252 55 0 1 41 263 37 64
Binary 1011110 10101011 10101010 101101 0 1 100001 10110011 11111 110100

Color Harmonies of #5EABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EABAA

Black with #5EABAA

Text Example


Text Example

White with #5EABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,171,170); }

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

background-color css

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

 a { background-color: rgb(94,171,170); }

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

border-color css

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

 span { border-color: rgb(94,171,170); }

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