#52ACAB

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

Shades of Fountain Blue #52ACAB

Tints of Fountain Blue #52ACAB

Color information

#52ACAB (or 0x52ACAB) is unknown color: approx Fountain Blue. HEX triplet: 52, AC and AB. RGB value is (82,172,171). Sum of RGB (Red+Green+Blue) = 82+172+171=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 172 - color contains mainly: green. Hex color #52ACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52ACAB is #AD5354. Grayscale: #909090. Windows color (decimal): -11359061 or 11250770. OLE color: 11250770.

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

Color convert

RGB82172171-
CMYK0.5200.010.33
HSL179.33º35.43%49.8%-
HSV(B)179.33º52.33%67.45%-
XYZ25.5834.2443.79-
YUV144.98142.6883.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.29%
GREEN value IS 172 (67.58% from 255) = 40.47%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=19.29%
G=40.47%
B=40.24%

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
Decimal821721710.5200.010.33179.3335.4349.8
Hex52ACAB340121b32332
Octal1222542536401412634362
Binary101001010101100101010111101000110000110110011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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