#52AC89

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

Shades of Keppel #52AC89

Tints of Keppel #52AC89

Color information

#52AC89 (or 0x52AC89) is unknown color: approx Keppel. HEX triplet: 52, AC and 89. RGB value is (82,172,137). Sum of RGB (Red+Green+Blue) = 82+172+137=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AC89 is #AD5376. Grayscale: #8D8D8D. Windows color (decimal): -11359095 or 9022546. OLE color: 9022546.

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

Color convert

RGB82172137-
CMYK0.5200.200.33
HSL156.67º35.43%49.8%-
HSV(B)156.67º52.33%67.45%-
XYZ22.7533.1128.86-
YUV141.1125.6885.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.97%
GREEN value IS 172 (67.58% from 255) = 43.99%
BLUE value IS 137 (53.91% from 255) = 35.04%
R=20.97%
G=43.99%
B=35.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821721370.5200.200.33156.6735.4349.8
Hex52AC8934014219d2332
Octal12225421164024412354362
Binary1010010101011001000100111010001010010000110011101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,172,137); }

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

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

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

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

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

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

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