Html Css Color HEX #52AAAC Fountain Blue

📋 copy color: '#52AAAC'

red 82 ◦ green 170 ◦ blue 172

#52AAAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #52AAAC

Tints of Fountain Blue #52AAAC

RGB

 RED value IS 82 (32.42% from 255) = 19.34%

 GREEN value IS 170 (66.8% from 255) = 40.09%

 BLUE value IS 172 (67.58% from 255) = 40.57%

R = 19.34%
G = 40.09%
B = 40.57%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#52AAAC (or 0x52AAAC) is known color: Fountain Blue. HEX triplet: 52, AA and AC. RGB value is (82,170,172). Sum of RGB (Red+Green+Blue) = 82+170+172=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #52AAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AAAC is #AD5553. Grayscale: #8F8F8F. Windows color (decimal): -11359572 or 11315794. OLE color: 11315794.

HSL color Cylindrical-coordinate representation of color #52AAAC: hue angle of 181.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52AAAC is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 170 172 -
CMYK 0.52 0.01 0 0.33
HSL 181.33º 0.35% 0.5% -
HSV(B) 181.33º 0.52% 0.67% -
XYZ 25.3 33.52 44.17 -
YUV 143.92 143.85 83.84 -
System Red Green Blue C M Y K H S L
Decimal 82 170 172 0.52 0.01 0 0.33 181.33 0.35 0.5
Hex 52 AA AC 34 1 0 21 B5 23 32
Octal 122 252 254 64 1 0 41 265 43 62
Binary 1010010 10101010 10101100 110100 1 0 100001 10110101 100011 110010

Color Harmonies of #52AAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AAAC

Black with #52AAAC

Text Example


Text Example

White with #52AAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,170,172); }

 H1.HeaderClassName
 {
   color: #52AAAC;
 }
 .AnyTagClassName
 {
   color: #52AAAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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