Html Css Color HEX #52ACB6 Fountain Blue

📋 copy color: '#52ACB6'

red 82 ◦ green 172 ◦ blue 182

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

Shades of Fountain Blue #52ACB6

Tints of Fountain Blue #52ACB6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.45%

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

R = 18.81%
G = 39.45%
B = 41.74%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#52ACB6 (or 0x52ACB6) is known color: Fountain Blue. HEX triplet: 52, AC and B6. RGB value is (82,172,182). Sum of RGB (Red+Green+Blue) = 82+172+182=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 182 - color contains mainly: blue. Hex color #52ACB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ACB6 is #AD5349. Grayscale: #929292. Windows color (decimal): -11359050 or 11971666. OLE color: 11971666.

HSL color Cylindrical-coordinate representation of color #52ACB6: hue angle of 186º 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 #52ACB6 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 172 182 -
CMYK 0.55 0.05 0 0.29
HSL 186º 0.41% 0.52% -
HSV(B) 186º 0.55% 0.71% -
XYZ 26.68 34.68 49.54 -
YUV 146.23 148.18 82.19 -
System Red Green Blue C M Y K H S L
Decimal 82 172 182 0.55 0.05 0 0.29 186 0.41 0.52
Hex 52 AC B6 37 5 0 1D BA 29 34
Octal 122 254 266 67 5 0 35 272 51 64
Binary 1010010 10101100 10110110 110111 101 0 11101 10111010 101001 110100

Color Harmonies of #52ACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ACB6

Black with #52ACB6

Text Example


Text Example

White with #52ACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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