#5FB4AF

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

Shades of Fountain Blue #5FB4AF

Tints of Fountain Blue #5FB4AF

Color information

#5FB4AF (or 0x5FB4AF) is unknown color: approx Fountain Blue. HEX triplet: 5F, B4 and AF. RGB value is (95,180,175). Sum of RGB (Red+Green+Blue) = 95+180+175=450 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.11% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #5FB4AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB4AF is #A04B50. Grayscale: #999999. Windows color (decimal): -10505041 or 11514975. OLE color: 11514975.

HSL color Cylindrical-coordinate representation of color #5FB4AF: hue angle of 176.47º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB4AF is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB95180175-
CMYK0.4700.030.29
HSL176.47º36.17%53.92%-
HSV(B)176.47º47.22%70.59%-
XYZ28.7838.1746.41-
YUV154.01139.8485.91-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.11%
GREEN value IS 180 (70.70% from 255) = 40%
BLUE value IS 175 (68.75% from 255) = 38.89%
R=21.11%
G=40%
B=38.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal951801750.4700.030.29176.4736.1753.92
Hex5FB4AF2F031Db02436
Octal1372642575703352604466
Binary101111110110100101011111011110111110110110000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,180,175); }

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

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

 a { background-color: rgb(95,180,175); }

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

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

 span { border-color: rgb(95,180,175); }

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