#52A9AC

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

Shades of Fountain Blue #52A9AC

Tints of Fountain Blue #52A9AC

Color information

#52A9AC (or 0x52A9AC) is unknown color: approx Fountain Blue. HEX triplet: 52, A9 and AC. RGB value is (82,169,172). Sum of RGB (Red+Green+Blue) = 82+169+172=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #52A9AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A9AC is #AD5653. Grayscale: #8F8F8F. Windows color (decimal): -11359828 or 11315538. OLE color: 11315538.

HSL color Cylindrical-coordinate representation of color #52A9AC: hue angle of 182º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52A9AC is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB82169172-
CMYK0.520.0200.33
HSL182º35.43%49.8%-
HSV(B)182º52.33%67.45%-
XYZ25.1133.1544.1-
YUV143.33144.1884.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.39%
GREEN value IS 169 (66.41% from 255) = 39.95%
BLUE value IS 172 (67.58% from 255) = 40.66%
R=19.39%
G=39.95%
B=40.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821691720.520.0200.3318235.4349.8
Hex52A9AC342021b62332
Octal1222512546420412664362
Binary1010010101010011010110011010010010000110110110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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