#52ACAA

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

Shades of Fountain Blue #52ACAA

Tints of Fountain Blue #52ACAA

Color information

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

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

Color convert

RGB82172170-
CMYK0.5200.010.33
HSL178.67º35.43%49.8%-
HSV(B)178.67º52.33%67.45%-
XYZ25.4934.243.29-
YUV144.86142.1883.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821721700.5200.010.33178.6735.4349.8
Hex52ACAA340121b32332
Octal1222542526401412634362
Binary101001010101100101010101101000110000110110011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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