Html Css Color HEX #52AA99 Keppel

📋 copy color: '#52AA99'

red 82 ◦ green 170 ◦ blue 153

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

Shades of Keppel #52AA99

Tints of Keppel #52AA99

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.98%

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

R = 20.25%
G = 41.98%
B = 37.78%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#52AA99 (or 0x52AA99) is known color: Keppel. HEX triplet: 52, AA and 99. RGB value is (82,170,153). Sum of RGB (Red+Green+Blue) = 82+170+153=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AA99 is #AD5566. Grayscale: #8D8D8D. Windows color (decimal): -11359591 or 10070610. OLE color: 10070610.

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

Color convert

RGB 82 170 153 -
CMYK 0.52 0 0.1 0.33
HSL 168.41º 0.35% 0.49% -
HSV(B) 168.41º 0.52% 0.67% -
XYZ 23.6 32.84 35.23 -
YUV 141.75 134.35 85.38 -
System Red Green Blue C M Y K H S L
Decimal 82 170 153 0.52 0 0.1 0.33 168.41 0.35 0.49
Hex 52 AA 99 34 0 A 21 A8 23 31
Octal 122 252 231 64 0 12 41 250 43 61
Binary 1010010 10101010 10011001 110100 0 1010 100001 10101000 100011 110001

Color Harmonies of #52AA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AA99

Black with #52AA99

Text Example


Text Example

White with #52AA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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