#59A490

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

Shades of Keppel #59A490

Tints of Keppel #59A490

Color information

#59A490 (or 0x59A490) is unknown color: approx Keppel. HEX triplet: 59, A4 and 90. RGB value is (89,164,144). Sum of RGB (Red+Green+Blue) = 89+164+144=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 164 - color contains mainly: green. Hex color #59A490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A490 is #A65B6F. Grayscale: #8B8B8B. Windows color (decimal): -10902384 or 9479257. OLE color: 9479257.

HSL color Cylindrical-coordinate representation of color #59A490: hue angle of 164º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59A490 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB89164144-
CMYK0.4600.120.36
HSL164º29.64%49.61%-
HSV(B)164º45.73%64.31%-
XYZ22.4330.6931.13-
YUV139.3130.6592.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.42%
GREEN value IS 164 (64.45% from 255) = 41.31%
BLUE value IS 144 (56.64% from 255) = 36.27%
R=22.42%
G=41.31%
B=36.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal891641440.4600.120.3616429.6449.61
Hex59A4902E0C24a41e32
Octal13124422056014442443662
Binary10110011010010010010000101110011001001001010010011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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