#52AD96

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

Shades of Keppel #52AD96

Tints of Keppel #52AD96

Color information

#52AD96 (or 0x52AD96) is unknown color: approx Keppel. HEX triplet: 52, AD and 96. RGB value is (82,173,150). Sum of RGB (Red+Green+Blue) = 82+173+150=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AD96 is #AD5269. Grayscale: #8F8F8F. Windows color (decimal): -11358826 or 9874770. OLE color: 9874770.

HSL color Cylindrical-coordinate representation of color #52AD96: hue angle of 164.84º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AD96 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB82173150-
CMYK0.5300.130.32
HSL164.84º35.69%50%-
HSV(B)164.84º52.6%67.84%-
XYZ23.9333.8834.13-
YUV143.17131.8584.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.25%
GREEN value IS 173 (67.97% from 255) = 42.72%
BLUE value IS 150 (58.98% from 255) = 37.04%
R=20.25%
G=42.72%
B=37.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821731500.5300.130.32164.8435.6950
Hex52AD96350D20a52432
Octal12225522665015402454462
Binary101001010101101100101101101010110110000010100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,173,150); }

 H1.HeaderClassName
 {
   color: #52AD96;
 }
 .AnyTagClassName
 {
   color: #52AD96;
 }
</style>
background-color css

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

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

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

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

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

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