#5fafaa

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

Shades of Fountain Blue #5FAFAA

Tints of Fountain Blue #5FAFAA

Color information

#5FAFAA (or 0x5FAFAA) is unknown color: approx Fountain Blue. HEX triplet: 5F, AF and AA. RGB value is (95,175,170). Sum of RGB (Red+Green+Blue) = 95+175+170=440 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.59% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAFAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAFAA is #A05055. Grayscale: #969696. Windows color (decimal): -10506326 or 11186015. OLE color: 11186015.

HSL color Cylindrical-coordinate representation of color #5FAFAA: hue angle of 176.25º degrees, saturation: 0.33, 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 #5FAFAA is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB95175170-
CMYK0.4600.030.31
HSL176.25º33.33%52.94%-
HSV(B)176.25º45.71%68.63%-
XYZ27.33643.54-
YUV150.5113988.41-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.59%
GREEN value IS 175 (68.75% from 255) = 39.77%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=21.59%
G=39.77%
B=38.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951751700.4600.030.31176.2533.3352.94
Hex5FAFAA2E031Fb02135
Octal1372572525603372604165
Binary101111110101111101010101011100111111110110000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fafaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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