#59AC8F

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

Shades of Keppel #59AC8F

Tints of Keppel #59AC8F

Color information

#59AC8F (or 0x59AC8F) is unknown color: approx Keppel. HEX triplet: 59, AC and 8F. RGB value is (89,172,143). Sum of RGB (Red+Green+Blue) = 89+172+143=404 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.03% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #59AC8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AC8F is #A65370. Grayscale: #8F8F8F. Windows color (decimal): -10900337 or 9415769. OLE color: 9415769.

HSL color Cylindrical-coordinate representation of color #59AC8F: hue angle of 159.04º 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 #59AC8F is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB89172143-
CMYK0.4800.170.33
HSL159.04º33.33%51.18%-
HSV(B)159.04º48.26%67.45%-
XYZ23.8333.6131.22-
YUV143.88127.588.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.03%
GREEN value IS 172 (67.58% from 255) = 42.57%
BLUE value IS 143 (56.25% from 255) = 35.40%
R=22.03%
G=42.57%
B=35.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891721430.4800.170.33159.0433.3351.18
Hex59AC8F30011219f2133
Octal13125421760021412374163
Binary1011001101011001000111111000001000110000110011111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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