#59A88E

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

Shades of Keppel #59A88E

Tints of Keppel #59A88E

Color information

#59A88E (or 0x59A88E) is unknown color: approx Keppel. HEX triplet: 59, A8 and 8E. RGB value is (89,168,142). Sum of RGB (Red+Green+Blue) = 89+168+142=399 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.31% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 168 - color contains mainly: green. Hex color #59A88E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A88E is #A65771. Grayscale: #8D8D8D. Windows color (decimal): -10901362 or 9349209. OLE color: 9349209.

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

Color convert

RGB89168142-
CMYK0.4700.150.34
HSL160.25º31.23%50.39%-
HSV(B)160.25º47.02%65.88%-
XYZ2332.0830.57-
YUV141.42128.3390.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.31%
GREEN value IS 168 (66.02% from 255) = 42.11%
BLUE value IS 142 (55.86% from 255) = 35.59%
R=22.31%
G=42.11%
B=35.59%

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
Decimal891681420.4700.150.34160.2531.2350.39
Hex59A88E2F0F22a01f32
Octal13125021657017422403762
Binary10110011010100010001110101111011111000101010000011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,168,142); }

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

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

 a { background-color: rgb(89,168,142); }

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

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

 span { border-color: rgb(89,168,142); }

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