Html Css Color HEX #52ABAB Fountain Blue

📋 copy color: '#52ABAB'

red 82 ◦ green 171 ◦ blue 171

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

Shades of Fountain Blue #52ABAB

Tints of Fountain Blue #52ABAB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.33%

 BLUE value IS 171 (67.19% from 255) = 40.33%

R = 19.34%
G = 40.33%
B = 40.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#52ABAB (or 0x52ABAB) is known color: Fountain Blue. HEX triplet: 52, AB and AB. RGB value is (82,171,171). Sum of RGB (Red+Green+Blue) = 82+171+171=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #52ABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52ABAB is #AD5454. Grayscale: #909090. Windows color (decimal): -11359317 or 11250514. OLE color: 11250514.

HSL color Cylindrical-coordinate representation of color #52ABAB: hue angle of 180º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52ABAB is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 171 171 -
CMYK 0.52 0 0 0.33
HSL 180º 0.35% 0.5% -
HSV(B) 180º 0.52% 0.67% -
XYZ 25.39 33.86 43.73 -
YUV 144.39 143.01 83.5 -
System Red Green Blue C M Y K H S L
Decimal 82 171 171 0.52 0 0 0.33 180 0.35 0.5
Hex 52 AB AB 34 0 0 21 B4 23 32
Octal 122 253 253 64 0 0 41 264 43 62
Binary 1010010 10101011 10101011 110100 0 0 100001 10110100 100011 110010

Color Harmonies of #52ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ABAB

Black with #52ABAB

Text Example


Text Example

White with #52ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,171,171); }

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

background-color css

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

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

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

border-color css

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

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

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