#5FABAE

Color #5FABAE Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #5FABAE

Tints of Fountain Blue #5FABAE

Color information

#5FABAE (or 0x5FABAE) is unknown color: approx Fountain Blue. HEX triplet: 5F, AB and AE. RGB value is (95,171,174). Sum of RGB (Red+Green+Blue) = 95+171+174=440 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.59% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 174 - color contains mainly: blue. Hex color #5FABAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FABAE is #A05451. Grayscale: #949494. Windows color (decimal): -10507346 or 11447135. OLE color: 11447135.

HSL color Cylindrical-coordinate representation of color #5FABAE: hue angle of 182.28º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FABAE is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB95171174-
CMYK0.450.0200.32
HSL182.28º32.78%52.75%-
HSV(B)182.28º45.4%68.24%-
XYZ26.9234.6145.31-
YUV148.62142.3289.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.59%
GREEN value IS 171 (67.19% from 255) = 38.86%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=21.59%
G=38.86%
B=39.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951711740.450.0200.32182.2832.7852.75
Hex5FABAE2D2020b62135
Octal1372532565520402664165
Binary1011111101010111010111010110110010000010110110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,171,174); }

 H1.HeaderClassName
 {
   color: #5FABAE;
 }
 .AnyTagClassName
 {
   color: #5FABAE;
 }
</style>
background-color css

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

 a { background-color: rgb(95,171,174); }

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

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

 span { border-color: rgb(95,171,174); }

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