Html Css Color HEX #52AB99 Keppel

📋 copy color: '#52AB99'

red 82 ◦ green 171 ◦ blue 153

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

Shades of Keppel #52AB99

Tints of Keppel #52AB99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.68%

R = 20.2%
G = 42.12%
B = 37.68%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#52AB99 (or 0x52AB99) is known color: Keppel. HEX triplet: 52, AB and 99. RGB value is (82,171,153). Sum of RGB (Red+Green+Blue) = 82+171+153=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AB99 is #AD5466. Grayscale: #8E8E8E. Windows color (decimal): -11359335 or 10070866. OLE color: 10070866.

HSL color Cylindrical-coordinate representation of color #52AB99: hue angle of 167.87º 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 #52AB99 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 171 153 -
CMYK 0.52 0 0.11 0.33
HSL 167.87º 0.35% 0.5% -
HSV(B) 167.87º 0.52% 0.67% -
XYZ 23.79 33.22 35.3 -
YUV 142.34 134.01 84.96 -
System Red Green Blue C M Y K H S L
Decimal 82 171 153 0.52 0 0.11 0.33 167.87 0.35 0.5
Hex 52 AB 99 34 0 B 21 A8 23 32
Octal 122 253 231 64 0 13 41 250 43 62
Binary 1010010 10101011 10011001 110100 0 1011 100001 10101000 100011 110010

Color Harmonies of #52AB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AB99

Black with #52AB99

Text Example


Text Example

White with #52AB99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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