#59A496

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

Shades of Keppel #59A496

Tints of Keppel #59A496

Color information

#59A496 (or 0x59A496) is unknown color: approx Keppel. HEX triplet: 59, A4 and 96. RGB value is (89,164,150). Sum of RGB (Red+Green+Blue) = 89+164+150=403 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.08% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 164 - color contains mainly: green. Hex color #59A496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A496 is #A65B69. Grayscale: #8B8B8B. Windows color (decimal): -10902378 or 9872473. OLE color: 9872473.

HSL color Cylindrical-coordinate representation of color #59A496: hue angle of 168.8º 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 #59A496 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB89164150-
CMYK0.4600.090.36
HSL168.8º29.64%49.61%-
HSV(B)168.8º45.73%64.31%-
XYZ22.930.8833.61-
YUV139.98133.6591.64-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.08%
GREEN value IS 164 (64.45% from 255) = 40.69%
BLUE value IS 150 (58.98% from 255) = 37.22%
R=22.08%
G=40.69%
B=37.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal891641500.4600.090.36168.829.6449.61
Hex59A4962E0924a91e32
Octal13124422656011442513662
Binary10110011010010010010110101110010011001001010100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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