#52A9AE

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

Shades of Fountain Blue #52A9AE

Tints of Fountain Blue #52A9AE

Color information

#52A9AE (or 0x52A9AE) is unknown color: approx Fountain Blue. HEX triplet: 52, A9 and AE. RGB value is (82,169,174). Sum of RGB (Red+Green+Blue) = 82+169+174=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #52A9AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A9AE is #AD5651. Grayscale: #8F8F8F. Windows color (decimal): -11359826 or 11446610. OLE color: 11446610.

HSL color Cylindrical-coordinate representation of color #52A9AE: hue angle of 183.26º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52A9AE is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB82169174-
CMYK0.530.0300.32
HSL183.26º36.22%50.2%-
HSV(B)183.26º52.87%68.24%-
XYZ25.3133.2345.12-
YUV143.56145.1884.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.29%
GREEN value IS 169 (66.41% from 255) = 39.76%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=19.29%
G=39.76%
B=40.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821691740.530.0300.32183.2636.2250.2
Hex52A9AE353020b72432
Octal1222512566530402674462
Binary1010010101010011010111011010111010000010110111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52A9AE; }

 p { color: rgb(82,169,174); }

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

<style>
 a { background-color: #52A9AE; }

 a { background-color: rgb(82,169,174); }

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

<style>
 span { border-color: #52A9AE; }

 span { border-color: rgb(82,169,174); }

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