Html Css Color HEX #52AAB6 Fountain Blue

📋 copy color: '#52AAB6'

red 82 ◦ green 170 ◦ blue 182

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

Shades of Fountain Blue #52AAB6

Tints of Fountain Blue #52AAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.94%

R = 18.89%
G = 39.17%
B = 41.94%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#52AAB6 (or 0x52AAB6) is known color: Fountain Blue. HEX triplet: 52, AA and B6. RGB value is (82,170,182). Sum of RGB (Red+Green+Blue) = 82+170+182=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 182 - color contains mainly: blue. Hex color #52AAB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AAB6 is #AD5549. Grayscale: #909090. Windows color (decimal): -11359562 or 11971154. OLE color: 11971154.

HSL color Cylindrical-coordinate representation of color #52AAB6: hue angle of 187.2º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52AAB6 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 170 182 -
CMYK 0.55 0.07 0 0.29
HSL 187.2º 0.41% 0.52% -
HSV(B) 187.2º 0.55% 0.71% -
XYZ 26.3 33.92 49.42 -
YUV 145.06 148.85 83.02 -
System Red Green Blue C M Y K H S L
Decimal 82 170 182 0.55 0.07 0 0.29 187.2 0.41 0.52
Hex 52 AA B6 37 7 0 1D BB 29 34
Octal 122 252 266 67 7 0 35 273 51 64
Binary 1010010 10101010 10110110 110111 111 0 11101 10111011 101001 110100

Color Harmonies of #52AAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AAB6

Black with #52AAB6

Text Example


Text Example

White with #52AAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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