#5FB1AE

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

Shades of Fountain Blue #5FB1AE

Tints of Fountain Blue #5FB1AE

Color information

#5FB1AE (or 0x5FB1AE) is unknown color: approx Fountain Blue. HEX triplet: 5F, B1 and AE. RGB value is (95,177,174). Sum of RGB (Red+Green+Blue) = 95+177+174=446 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.30% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB1AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FB1AE is #A04E51. Grayscale: #989898. Windows color (decimal): -10505810 or 11448671. OLE color: 11448671.

HSL color Cylindrical-coordinate representation of color #5FB1AE: hue angle of 177.8º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FB1AE is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB95177174-
CMYK0.4600.020.31
HSL177.8º34.45%53.33%-
HSV(B)177.8º46.33%69.41%-
XYZ28.0836.9345.69-
YUV152.14140.3387.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.30%
GREEN value IS 177 (69.53% from 255) = 39.69%
BLUE value IS 174 (68.36% from 255) = 39.01%
R=21.30%
G=39.69%
B=39.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951771740.4600.020.31177.834.4553.33
Hex5FB1AE2E021Fb22235
Octal1372612565602372624265
Binary101111110110001101011101011100101111110110010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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