#52AA99

Color #52AA99 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #52AA99

Tints of Keppel #52AA99

Color information

#52AA99 (or 0x52AA99) is unknown color: approx 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

RGB82170153-
CMYK0.5200.10.33
HSL168.41º34.92%49.41%-
HSV(B)168.41º51.76%66.67%-
XYZ23.632.8435.23-
YUV141.75134.3585.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.25%
GREEN value IS 170 (66.80% 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 (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821701530.5200.10.33168.4134.9249.41
Hex52AA99340A21a82331
Octal12225223164012412504361
Binary101001010101010100110011101000101010000110101000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>