#52AEAB

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

Shades of Fountain Blue #52AEAB

Tints of Fountain Blue #52AEAB

Color information

#52AEAB (or 0x52AEAB) is unknown color: approx Fountain Blue. HEX triplet: 52, AE and AB. RGB value is (82,174,171). Sum of RGB (Red+Green+Blue) = 82+174+171=427 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.20% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 174 - color contains mainly: green. Hex color #52AEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AEAB is #AD5154. Grayscale: #929292. Windows color (decimal): -11358549 or 11251282. OLE color: 11251282.

HSL color Cylindrical-coordinate representation of color #52AEAB: hue angle of 178.04º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AEAB is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB82174171-
CMYK0.5300.020.32
HSL178.04º36.22%50.2%-
HSV(B)178.04º52.87%68.24%-
XYZ25.9735.0143.92-
YUV146.15142.0282.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.20%
GREEN value IS 174 (68.36% from 255) = 40.75%
BLUE value IS 171 (67.19% from 255) = 40.05%
R=19.20%
G=40.75%
B=40.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821741710.5300.020.32178.0436.2250.2
Hex52AEAB350220b22432
Octal1222562536502402624462
Binary1010010101011101010101111010101010000010110010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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