Html Css Color HEX #52AAAE Fountain Blue

📋 copy color: '#52AAAE'

red 82 ◦ green 170 ◦ blue 174

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

Shades of Fountain Blue #52AAAE

Tints of Fountain Blue #52AAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.85%

R = 19.25%
G = 39.91%
B = 40.85%

CMYK

 C value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#52AAAE (or 0x52AAAE) is known color: Fountain Blue. HEX triplet: 52, AA and AE. RGB value is (82,170,174). Sum of RGB (Red+Green+Blue) = 82+170+174=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #52AAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AAAE is #AD5551. Grayscale: #909090. Windows color (decimal): -11359570 or 11446866. OLE color: 11446866.

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

Color convert

RGB 82 170 174 -
CMYK 0.53 0.02 0 0.32
HSL 182.61º 0.36% 0.5% -
HSV(B) 182.61º 0.53% 0.68% -
XYZ 25.49 33.6 45.19 -
YUV 144.14 144.85 83.67 -
System Red Green Blue C M Y K H S L
Decimal 82 170 174 0.53 0.02 0 0.32 182.61 0.36 0.5
Hex 52 AA AE 35 2 0 20 B7 24 32
Octal 122 252 256 65 2 0 40 267 44 62
Binary 1010010 10101010 10101110 110101 10 0 100000 10110111 100100 110010

Color Harmonies of #52AAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AAAE

Black with #52AAAE

Text Example


Text Example

White with #52AAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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