#52AC8B

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

Shades of Keppel #52AC8B

Tints of Keppel #52AC8B

Color information

#52AC8B (or 0x52AC8B) is unknown color: approx Keppel. HEX triplet: 52, AC and 8B. RGB value is (82,172,139). Sum of RGB (Red+Green+Blue) = 82+172+139=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AC8B is #AD5374. Grayscale: #8D8D8D. Windows color (decimal): -11359093 or 9153618. OLE color: 9153618.

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

Color convert

RGB82172139-
CMYK0.5200.190.33
HSL158º35.43%49.8%-
HSV(B)158º52.33%67.45%-
XYZ22.8933.1629.62-
YUV141.33126.6885.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.87%
GREEN value IS 172 (67.58% from 255) = 43.77%
BLUE value IS 139 (54.69% from 255) = 35.37%
R=20.87%
G=43.77%
B=35.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821721390.5200.190.3315835.4349.8
Hex52AC8B34013219e2332
Octal12225421364023412364362
Binary1010010101011001000101111010001001110000110011110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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