#52AAB6

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

Shades of Fountain Blue #52AAB6

Tints of Fountain Blue #52AAB6

Color information

#52AAB6 (or 0x52AAB6) is unknown color: approx Fountain Blue. HEX triplet: 52, AA and B6. RGB value is (82,170,182). Sum of RGB (Red+Green+Blue) = 82+170+182=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 182 - color contains mainly: blue. Hex color #52AAB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AAB6 is #AD5549. Grayscale: #909090. Windows color (decimal): -11359562 or 11971154. OLE color: 11971154.

HSL color Cylindrical-coordinate representation of color #52AAB6: hue angle of 187.2º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52AAB6 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB82170182-
CMYK0.550.0700.29
HSL187.2º40.65%51.76%-
HSV(B)187.2º54.95%71.37%-
XYZ26.333.9249.42-
YUV145.06148.8583.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.89%
GREEN value IS 170 (66.80% from 255) = 39.17%
BLUE value IS 182 (71.48% from 255) = 41.94%
R=18.89%
G=39.17%
B=41.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821701820.550.0700.29187.240.6551.76
Hex52AAB637701Dbb2934
Octal1222522666770352735164
Binary1010010101010101011011011011111101110110111011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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