#52AFAB

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

Shades of Fountain Blue #52AFAB

Tints of Fountain Blue #52AFAB

Color information

#52AFAB (or 0x52AFAB) is unknown color: approx Fountain Blue. HEX triplet: 52, AF and AB. RGB value is (82,175,171). Sum of RGB (Red+Green+Blue) = 82+175+171=428 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.16% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 175 - color contains mainly: green. Hex color #52AFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AFAB is #AD5054. Grayscale: #929292. Windows color (decimal): -11358293 or 11251538. OLE color: 11251538.

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

Color convert

RGB82175171-
CMYK0.5300.020.31
HSL177.42º36.76%50.39%-
HSV(B)177.42º53.14%68.63%-
XYZ26.1635.3943.98-
YUV146.74141.6981.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.16%
GREEN value IS 175 (68.75% from 255) = 40.89%
BLUE value IS 171 (67.19% from 255) = 39.95%
R=19.16%
G=40.89%
B=39.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821751710.5300.020.31177.4236.7650.39
Hex52AFAB35021Fb12532
Octal1222572536502372614562
Binary101001010101111101010111101010101111110110001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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