#59AFAF

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

Shades of Fountain Blue #59AFAF

Tints of Fountain Blue #59AFAF

Color information

#59AFAF (or 0x59AFAF) is unknown color: approx Fountain Blue. HEX triplet: 59, AF and AF. RGB value is (89,175,175). Sum of RGB (Red+Green+Blue) = 89+175+175=439 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.27% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #59AFAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AFAF is #A65050. Grayscale: #959595. Windows color (decimal): -10899537 or 11513689. OLE color: 11513689.

HSL color Cylindrical-coordinate representation of color #59AFAF: hue angle of 180º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59AFAF is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB89175175-
CMYK0.49000.31
HSL180º34.96%51.76%-
HSV(B)180º49.14%68.63%-
XYZ27.1935.8846.05-
YUV149.29142.5185-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.27%
GREEN value IS 175 (68.75% from 255) = 39.86%
BLUE value IS 175 (68.75% from 255) = 39.86%
R=20.27%
G=39.86%
B=39.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal891751750.49000.3118034.9651.76
Hex59AFAF31001Fb42334
Octal1312572576100372644364
Binary10110011010111110101111110001001111110110100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59AFAF; }

 p { color: rgb(89,175,175); }

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

<style>
 a { background-color: #59AFAF; }

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

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

<style>
 span { border-color: #59AFAF; }

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

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