#5FABAA

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

Shades of Fountain Blue #5FABAA

Tints of Fountain Blue #5FABAA

Color information

#5FABAA (or 0x5FABAA) is unknown color: approx Fountain Blue. HEX triplet: 5F, AB and AA. RGB value is (95,171,170). Sum of RGB (Red+Green+Blue) = 95+171+170=436 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.79% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 171 - color contains mainly: green. Hex color #5FABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FABAA is #A05455. Grayscale: #949494. Windows color (decimal): -10507350 or 11184991. OLE color: 11184991.

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

Color convert

RGB95171170-
CMYK0.4400.010.33
HSL179.21º31.15%52.16%-
HSV(B)179.21º44.44%67.06%-
XYZ26.5434.4643.28-
YUV148.16140.3290.08-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.79%
GREEN value IS 171 (67.19% from 255) = 39.22%
BLUE value IS 170 (66.80% from 255) = 38.99%
R=21.79%
G=39.22%
B=38.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951711700.4400.010.33179.2131.1552.16
Hex5FABAA2C0121b31f34
Octal1372532525401412633764
Binary10111111010101110101010101100011000011011001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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