Html Css Color HEX #52ADAF Fountain Blue

📋 copy color: '#52ADAF'

red 82 ◦ green 173 ◦ blue 175

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

Shades of Fountain Blue #52ADAF

Tints of Fountain Blue #52ADAF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.23%

 BLUE value IS 175 (68.75% from 255) = 40.7%

R = 19.07%
G = 40.23%
B = 40.7%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#52ADAF (or 0x52ADAF) is known color: Fountain Blue. HEX triplet: 52, AD and AF. RGB value is (82,173,175). Sum of RGB (Red+Green+Blue) = 82+173+175=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #52ADAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52ADAF is #AD5250. Grayscale: #919191. Windows color (decimal): -11358801 or 11513170. OLE color: 11513170.

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

Color convert

RGB 82 173 175 -
CMYK 0.53 0.01 0 0.31
HSL 181.29º 0.37% 0.5% -
HSV(B) 181.29º 0.53% 0.69% -
XYZ 26.16 34.78 45.89 -
YUV 146.02 144.35 82.34 -
System Red Green Blue C M Y K H S L
Decimal 82 173 175 0.53 0.01 0 0.31 181.29 0.37 0.5
Hex 52 AD AF 35 1 0 1F B5 25 32
Octal 122 255 257 65 1 0 37 265 45 62
Binary 1010010 10101101 10101111 110101 1 0 11111 10110101 100101 110010

Color Harmonies of #52ADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ADAF

Black with #52ADAF

Text Example


Text Example

White with #52ADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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