#5FABAD

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

Shades of Fountain Blue #5FABAD

Tints of Fountain Blue #5FABAD

Color information

#5FABAD (or 0x5FABAD) is unknown color: approx Fountain Blue. HEX triplet: 5F, AB and AD. RGB value is (95,171,173). Sum of RGB (Red+Green+Blue) = 95+171+173=439 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.64% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #5FABAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FABAD is #A05452. Grayscale: #949494. Windows color (decimal): -10507347 or 11381599. OLE color: 11381599.

HSL color Cylindrical-coordinate representation of color #5FABAD: hue angle of 181.54º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FABAD is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB95171173-
CMYK0.450.0100.32
HSL181.54º32.23%52.55%-
HSV(B)181.54º45.09%67.84%-
XYZ26.8334.5844.8-
YUV148.5141.8289.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.64%
GREEN value IS 171 (67.19% from 255) = 38.95%
BLUE value IS 173 (67.97% from 255) = 39.41%
R=21.64%
G=38.95%
B=39.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951711730.450.0100.32181.5432.2352.55
Hex5FABAD2D1020b62035
Octal1372532555510402664065
Binary101111110101011101011011011011010000010110110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,171,173); }

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

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

 a { background-color: rgb(95,171,173); }

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

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

 span { border-color: rgb(95,171,173); }

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