Html Css Color HEX #5EAAA8 Fountain Blue

📋 copy color: '#5EAAA8'

red 94 ◦ green 170 ◦ blue 168

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

Shades of Fountain Blue #5EAAA8

Tints of Fountain Blue #5EAAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.89%

R = 21.76%
G = 39.35%
B = 38.89%

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

#5EAAA8 (or 0x5EAAA8) is known color: Fountain Blue. HEX triplet: 5E, AA and A8. RGB value is (94,170,168). Sum of RGB (Red+Green+Blue) = 94+170+168=432 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.76% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 168 (66.02% from 255 or 38.89% from 432); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAAA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAAA8 is #A15557. Grayscale: #929292. Windows color (decimal): -10573144 or 11053662. OLE color: 11053662.

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

Color convert

RGB 94 170 168 -
CMYK 0.45 0 0.01 0.33
HSL 178.42º 0.31% 0.52% -
HSV(B) 178.42º 0.45% 0.67% -
XYZ 26.06 33.96 42.23 -
YUV 147.05 139.82 90.16 -
System Red Green Blue C M Y K H S L
Decimal 94 170 168 0.45 0 0.01 0.33 178.42 0.31 0.52
Hex 5E AA A8 2D 0 1 21 B2 1F 34
Octal 136 252 250 55 0 1 41 262 37 64
Binary 1011110 10101010 10101000 101101 0 1 100001 10110010 11111 110100

Color Harmonies of #5EAAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAAA8

Black with #5EAAA8

Text Example


Text Example

White with #5EAAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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