#5FACB2

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

Shades of Fountain Blue #5FACB2

Tints of Fountain Blue #5FACB2

Color information

#5FACB2 (or 0x5FACB2) is unknown color: approx Fountain Blue. HEX triplet: 5F, AC and B2. RGB value is (95,172,178). Sum of RGB (Red+Green+Blue) = 95+172+178=445 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.35% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 178 - color contains mainly: blue. Hex color #5FACB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FACB2 is #A0534D. Grayscale: #959595. Windows color (decimal): -10507086 or 11709535. OLE color: 11709535.

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

Color convert

RGB95172178-
CMYK0.470.0300.30
HSL184.34º35.02%53.53%-
HSV(B)184.34º46.63%69.8%-
XYZ27.5135.1547.45-
YUV149.66143.9989.01-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.35%
GREEN value IS 172 (67.58% from 255) = 38.65%
BLUE value IS 178 (69.92% from 255) = 40%
R=21.35%
G=38.65%
B=40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal951721780.470.0300.30184.3435.0253.53
Hex5FACB22F301Eb82336
Octal1372542625730362704366
Binary101111110101100101100101011111101111010111000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FACB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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