#52ADAE

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

Shades of Fountain Blue #52ADAE

Tints of Fountain Blue #52ADAE

Color information

#52ADAE (or 0x52ADAE) is unknown color: approx Fountain Blue. HEX triplet: 52, AD and AE. RGB value is (82,173,174). Sum of RGB (Red+Green+Blue) = 82+173+174=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #52ADAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52ADAE is #AD5251. Grayscale: #919191. Windows color (decimal): -11358802 or 11447634. OLE color: 11447634.

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

Color convert

RGB82173174-
CMYK0.530.0100.32
HSL180.65º36.22%50.2%-
HSV(B)180.65º52.87%68.24%-
XYZ26.0634.7445.38-
YUV145.9143.8582.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.11%
GREEN value IS 173 (67.97% from 255) = 40.33%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=19.11%
G=40.33%
B=40.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821731740.530.0100.32180.6536.2250.2
Hex52ADAE351020b52432
Octal1222552566510402654462
Binary101001010101101101011101101011010000010110101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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