#52AEAE

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

Shades of Fountain Blue #52AEAE

Tints of Fountain Blue #52AEAE

Color information

#52AEAE (or 0x52AEAE) is unknown color: approx Fountain Blue. HEX triplet: 52, AE and AE. RGB value is (82,174,174). Sum of RGB (Red+Green+Blue) = 82+174+174=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #52AEAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AEAE is #AD5151. Grayscale: #929292. Windows color (decimal): -11358546 or 11447890. OLE color: 11447890.

HSL color Cylindrical-coordinate representation of color #52AEAE: hue angle of 180º 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 #52AEAE is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB82174174-
CMYK0.53000.32
HSL180º36.22%50.2%-
HSV(B)180º52.87%68.24%-
XYZ26.2635.1245.44-
YUV146.49143.5282-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.07%
GREEN value IS 174 (68.36% from 255) = 40.47%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=19.07%
G=40.47%
B=40.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821741740.53000.3218036.2250.2
Hex52AEAE350020b42432
Octal1222562566500402644462
Binary101001010101110101011101101010010000010110100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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