#59AA8F

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

Shades of Keppel #59AA8F

Tints of Keppel #59AA8F

Color information

#59AA8F (or 0x59AA8F) is unknown color: approx Keppel. HEX triplet: 59, AA and 8F. RGB value is (89,170,143). Sum of RGB (Red+Green+Blue) = 89+170+143=402 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.14% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #59AA8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AA8F is #A65570. Grayscale: #8E8E8E. Windows color (decimal): -10900849 or 9415257. OLE color: 9415257.

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

Color convert

RGB89170143-
CMYK0.4800.160.33
HSL160º32.27%50.78%-
HSV(B)160º47.65%66.67%-
XYZ23.4532.8631.09-
YUV142.7128.1689.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.14%
GREEN value IS 170 (66.80% from 255) = 42.29%
BLUE value IS 143 (56.25% from 255) = 35.57%
R=22.14%
G=42.29%
B=35.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891701430.4800.160.3316032.2750.78
Hex59AA8F3001021a02033
Octal13125221760020412404063
Binary1011001101010101000111111000001000010000110100000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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