#52AEB2

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

Shades of Fountain Blue #52AEB2

Tints of Fountain Blue #52AEB2

Color information

#52AEB2 (or 0x52AEB2) is unknown color: approx Fountain Blue. HEX triplet: 52, AE and B2. RGB value is (82,174,178). Sum of RGB (Red+Green+Blue) = 82+174+178=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 178 - color contains mainly: blue. Hex color #52AEB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AEB2 is #AD514D. Grayscale: #929292. Windows color (decimal): -11358542 or 11710034. OLE color: 11710034.

HSL color Cylindrical-coordinate representation of color #52AEB2: hue angle of 182.5º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52AEB2 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB82174178-
CMYK0.540.0200.30
HSL182.5º38.4%50.98%-
HSV(B)182.5º53.93%69.8%-
XYZ26.6535.2847.52-
YUV146.95145.5281.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.89%
GREEN value IS 174 (68.36% from 255) = 40.09%
BLUE value IS 178 (69.92% from 255) = 41.01%
R=18.89%
G=40.09%
B=41.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal821741780.540.0200.30182.538.450.98
Hex52AEB236201Eb62633
Octal1222562626620362664663
Binary101001010101110101100101101101001111010110110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,174,178); }

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

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

 a { background-color: rgb(82,174,178); }

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

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

 span { border-color: rgb(82,174,178); }

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