#5FB5AE

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

Shades of Fountain Blue #5FB5AE

Tints of Fountain Blue #5FB5AE

Color information

#5FB5AE (or 0x5FB5AE) is unknown color: approx Fountain Blue. HEX triplet: 5F, B5 and AE. RGB value is (95,181,174). Sum of RGB (Red+Green+Blue) = 95+181+174=450 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.11% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 181 - color contains mainly: green. Hex color #5FB5AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB5AE is #A04A51. Grayscale: #9A9A9A. Windows color (decimal): -10504786 or 11449695. OLE color: 11449695.

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

Color convert

RGB95181174-
CMYK0.4800.040.29
HSL175.12º36.75%54.12%-
HSV(B)175.12º47.51%70.98%-
XYZ28.8838.5445.96-
YUV154.49139.0185.57-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.11%
GREEN value IS 181 (71.09% from 255) = 40.22%
BLUE value IS 174 (68.36% from 255) = 38.67%
R=21.11%
G=40.22%
B=38.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal951811740.4800.040.29175.1236.7554.12
Hex5FB5AE30041Daf2536
Octal1372652566004352574566
Binary1011111101101011010111011000001001110110101111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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