#59AEAF

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

Shades of Fountain Blue #59AEAF

Tints of Fountain Blue #59AEAF

Color information

#59AEAF (or 0x59AEAF) is unknown color: approx Fountain Blue. HEX triplet: 59, AE and AF. RGB value is (89,174,175). Sum of RGB (Red+Green+Blue) = 89+174+175=438 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.32% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #59AEAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AEAF is #A65150. Grayscale: #949494. Windows color (decimal): -10899793 or 11513433. OLE color: 11513433.

HSL color Cylindrical-coordinate representation of color #59AEAF: hue angle of 180.7º 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 #59AEAF is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB89174175-
CMYK0.490.0100.31
HSL180.7º34.96%51.76%-
HSV(B)180.7º49.14%68.63%-
XYZ26.9935.4945.99-
YUV148.7142.8485.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.32%
GREEN value IS 174 (68.36% from 255) = 39.73%
BLUE value IS 175 (68.75% from 255) = 39.95%
R=20.32%
G=39.73%
B=39.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal891741750.490.0100.31180.734.9651.76
Hex59AEAF31101Fb52334
Octal1312562576110372654364
Binary10110011010111010101111110001101111110110101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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