#59AA99

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

Shades of Keppel #59AA99

Tints of Keppel #59AA99

Color information

#59AA99 (or 0x59AA99) is unknown color: approx Keppel. HEX triplet: 59, AA and 99. RGB value is (89,170,153). Sum of RGB (Red+Green+Blue) = 89+170+153=412 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.60% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #59AA99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AA99 is #A65566. Grayscale: #8F8F8F. Windows color (decimal): -10900839 or 10070617. OLE color: 10070617.

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

Color convert

RGB89170153-
CMYK0.4800.10.33
HSL167.41º32.27%50.78%-
HSV(B)167.41º47.65%66.67%-
XYZ24.2433.1735.26-
YUV143.84133.1688.88-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.60%
GREEN value IS 170 (66.80% from 255) = 41.26%
BLUE value IS 153 (60.16% from 255) = 37.14%
R=21.60%
G=41.26%
B=37.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891701530.4800.10.33167.4132.2750.78
Hex59AA99300A21a72033
Octal13125223160012412474063
Binary101100110101010100110011100000101010000110100111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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