#59A990

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

Shades of Keppel #59A990

Tints of Keppel #59A990

Color information

#59A990 (or 0x59A990) is unknown color: approx Keppel. HEX triplet: 59, A9 and 90. RGB value is (89,169,144). Sum of RGB (Red+Green+Blue) = 89+169+144=402 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.14% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 169 - color contains mainly: green. Hex color #59A990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A990 is #A6566F. Grayscale: #8E8E8E. Windows color (decimal): -10901104 or 9480537. OLE color: 9480537.

HSL color Cylindrical-coordinate representation of color #59A990: hue angle of 161.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #59A990 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB89169144-
CMYK0.4700.150.34
HSL161.25º31.75%50.59%-
HSV(B)161.25º47.34%66.27%-
XYZ23.3432.5131.43-
YUV142.2312990.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.14%
GREEN value IS 169 (66.41% from 255) = 42.04%
BLUE value IS 144 (56.64% from 255) = 35.82%
R=22.14%
G=42.04%
B=35.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal891691440.4700.150.34161.2531.7550.59
Hex59A9902F0F22a12033
Octal13125122057017422414063
Binary101100110101001100100001011110111110001010100001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,169,144); }

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

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

 a { background-color: rgb(89,169,144); }

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

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

 span { border-color: rgb(89,169,144); }

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