Html Css Color HEX #52AFAC Fountain Blue

📋 copy color: '#52AFAC'

red 82 ◦ green 175 ◦ blue 172

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

Shades of Fountain Blue #52AFAC

Tints of Fountain Blue #52AFAC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.79%

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

R = 19.11%
G = 40.79%
B = 40.09%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#52AFAC (or 0x52AFAC) is known color: Fountain Blue. HEX triplet: 52, AF and AC. RGB value is (82,175,172). Sum of RGB (Red+Green+Blue) = 82+175+172=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #52AFAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AFAC is #AD5053. Grayscale: #929292. Windows color (decimal): -11358292 or 11317074. OLE color: 11317074.

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

Color convert

RGB 82 175 172 -
CMYK 0.53 0 0.02 0.31
HSL 178.06º 0.37% 0.5% -
HSV(B) 178.06º 0.53% 0.69% -
XYZ 26.26 35.43 44.49 -
YUV 146.85 142.19 81.74 -
System Red Green Blue C M Y K H S L
Decimal 82 175 172 0.53 0 0.02 0.31 178.06 0.37 0.5
Hex 52 AF AC 35 0 2 1F B2 25 32
Octal 122 257 254 65 0 2 37 262 45 62
Binary 1010010 10101111 10101100 110101 0 10 11111 10110010 100101 110010

Color Harmonies of #52AFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AFAC

Black with #52AFAC

Text Example


Text Example

White with #52AFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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