Html Css Color HEX #5EAAAA Fountain Blue

📋 copy color: '#5EAAAA'

red 94 ◦ green 170 ◦ blue 170

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

Shades of Fountain Blue #5EAAAA

Tints of Fountain Blue #5EAAAA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.17%

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

R = 21.66%
G = 39.17%
B = 39.17%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5EAAAA (or 0x5EAAAA) is known color: Fountain Blue. HEX triplet: 5E, AA and AA. RGB value is (94,170,170). Sum of RGB (Red+Green+Blue) = 94+170+170=434 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.66% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #5EAAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAAAA is #A15555. Grayscale: #939393. Windows color (decimal): -10573142 or 11184734. OLE color: 11184734.

HSL color Cylindrical-coordinate representation of color #5EAAAA: hue angle of 180º 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 #5EAAAA is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 170 170 -
CMYK 0.45 0 0 0.33
HSL 180º 0.31% 0.52% -
HSV(B) 180º 0.45% 0.67% -
XYZ 26.25 34.03 43.22 -
YUV 147.28 140.82 90 -
System Red Green Blue C M Y K H S L
Decimal 94 170 170 0.45 0 0 0.33 180 0.31 0.52
Hex 5E AA AA 2D 0 0 21 B4 1F 34
Octal 136 252 252 55 0 0 41 264 37 64
Binary 1011110 10101010 10101010 101101 0 0 100001 10110100 11111 110100

Color Harmonies of #5EAAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAAAA

Black with #5EAAAA

Text Example


Text Example

White with #5EAAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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