Html Css Color HEX #52AFB6 Fountain Blue

📋 copy color: '#52AFB6'

red 82 ◦ green 175 ◦ blue 182

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

Shades of Fountain Blue #52AFB6

Tints of Fountain Blue #52AFB6

RGB

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

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

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

R = 18.68%
G = 39.86%
B = 41.46%

CMYK

 C value IS 0.55

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#52AFB6 (or 0x52AFB6) is known color: Fountain Blue. HEX triplet: 52, AF and B6. RGB value is (82,175,182). Sum of RGB (Red+Green+Blue) = 82+175+182=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 182 (71.48% from 255 or 41.46% from 439); Max value from RGB is 182 - color contains mainly: blue. Hex color #52AFB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AFB6 is #AD5049. Grayscale: #939393. Windows color (decimal): -11358282 or 11972434. OLE color: 11972434.

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

Color convert

RGB 82 175 182 -
CMYK 0.55 0.04 0 0.29
HSL 184.2º 0.41% 0.52% -
HSV(B) 184.2º 0.55% 0.71% -
XYZ 27.25 35.83 49.74 -
YUV 147.99 147.19 80.93 -
System Red Green Blue C M Y K H S L
Decimal 82 175 182 0.55 0.04 0 0.29 184.2 0.41 0.52
Hex 52 AF B6 37 4 0 1D B8 29 34
Octal 122 257 266 67 4 0 35 270 51 64
Binary 1010010 10101111 10110110 110111 100 0 11101 10111000 101001 110100

Color Harmonies of #52AFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AFB6

Black with #52AFB6

Text Example


Text Example

White with #52AFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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