#5FA3AC

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

Shades of Fountain Blue #5FA3AC

Tints of Fountain Blue #5FA3AC

Color information

#5FA3AC (or 0x5FA3AC) is unknown color: approx Fountain Blue. HEX triplet: 5F, A3 and AC. RGB value is (95,163,172). Sum of RGB (Red+Green+Blue) = 95+163+172=430 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.09% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #5FA3AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA3AC is #A05C53. Grayscale: #8F8F8F. Windows color (decimal): -10509396 or 11314015. OLE color: 11314015.

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

Color convert

RGB95163172-
CMYK0.450.0500.33
HSL187.01º31.69%52.35%-
HSV(B)187.01º44.77%67.45%-
XYZ25.2631.6143.8-
YUV143.69143.9793.27-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.09%
GREEN value IS 163 (64.06% from 255) = 37.91%
BLUE value IS 172 (67.58% from 255) = 40%
R=22.09%
G=37.91%
B=40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951631720.450.0500.33187.0131.6952.35
Hex5FA3AC2D5021bb2034
Octal1372432545550412734064
Binary10111111010001110101100101101101010000110111011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,163,172); }

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

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

 a { background-color: rgb(95,163,172); }

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

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

 span { border-color: rgb(95,163,172); }

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