#59AC8A

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

Shades of Keppel #59AC8A

Tints of Keppel #59AC8A

Color information

#59AC8A (or 0x59AC8A) is unknown color: approx Keppel. HEX triplet: 59, AC and 8A. RGB value is (89,172,138). Sum of RGB (Red+Green+Blue) = 89+172+138=399 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.31% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #59AC8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AC8A is #A65375. Grayscale: #8F8F8F. Windows color (decimal): -10900342 or 9088089. OLE color: 9088089.

HSL color Cylindrical-coordinate representation of color #59AC8A: hue angle of 155.42º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59AC8A is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB89172138-
CMYK0.4800.200.33
HSL155.42º33.33%51.18%-
HSV(B)155.42º48.26%67.45%-
XYZ23.4633.4629.27-
YUV143.3112589.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.31%
GREEN value IS 172 (67.58% from 255) = 43.11%
BLUE value IS 138 (54.30% from 255) = 34.59%
R=22.31%
G=43.11%
B=34.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891721380.4800.200.33155.4233.3351.18
Hex59AC8A30014219b2133
Octal13125421260024412334163
Binary1011001101011001000101011000001010010000110011011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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