#52AC8A

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

Shades of Keppel #52AC8A

Tints of Keppel #52AC8A

Color information

#52AC8A (or 0x52AC8A) is unknown color: approx Keppel. HEX triplet: 52, AC and 8A. RGB value is (82,172,138). Sum of RGB (Red+Green+Blue) = 82+172+138=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AC8A is #AD5375. Grayscale: #8D8D8D. Windows color (decimal): -11359094 or 9088082. OLE color: 9088082.

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

Color convert

RGB82172138-
CMYK0.5200.200.33
HSL157.33º35.43%49.8%-
HSV(B)157.33º52.33%67.45%-
XYZ22.8233.1329.24-
YUV141.21126.1885.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.92%
GREEN value IS 172 (67.58% from 255) = 43.88%
BLUE value IS 138 (54.30% from 255) = 35.20%
R=20.92%
G=43.88%
B=35.20%

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
Decimal821721380.5200.200.33157.3335.4349.8
Hex52AC8A34014219d2332
Octal12225421264024412354362
Binary1010010101011001000101011010001010010000110011101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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