#52AAAC

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

Shades of Fountain Blue #52AAAC

Tints of Fountain Blue #52AAAC

Color information

#52AAAC (or 0x52AAAC) is unknown color: approx Fountain Blue. HEX triplet: 52, AA and AC. RGB value is (82,170,172). Sum of RGB (Red+Green+Blue) = 82+170+172=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #52AAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AAAC is #AD5553. Grayscale: #8F8F8F. Windows color (decimal): -11359572 or 11315794. OLE color: 11315794.

HSL color Cylindrical-coordinate representation of color #52AAAC: hue angle of 181.33º 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 #52AAAC is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB82170172-
CMYK0.520.0100.33
HSL181.33º35.43%49.8%-
HSV(B)181.33º52.33%67.45%-
XYZ25.333.5244.17-
YUV143.92143.8583.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.34%
GREEN value IS 170 (66.80% from 255) = 40.09%
BLUE value IS 172 (67.58% from 255) = 40.57%
R=19.34%
G=40.09%
B=40.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821701720.520.0100.33181.3335.4349.8
Hex52AAAC341021b52332
Octal1222522546410412654362
Binary101001010101010101011001101001010000110110101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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