#59A88F

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

Shades of Keppel #59A88F

Tints of Keppel #59A88F

Color information

#59A88F (or 0x59A88F) is unknown color: approx Keppel. HEX triplet: 59, A8 and 8F. RGB value is (89,168,143). Sum of RGB (Red+Green+Blue) = 89+168+143=400 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.25% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 168 - color contains mainly: green. Hex color #59A88F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A88F is #A65770. Grayscale: #8D8D8D. Windows color (decimal): -10901361 or 9414745. OLE color: 9414745.

HSL color Cylindrical-coordinate representation of color #59A88F: hue angle of 161.01º 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 #59A88F is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB89168143-
CMYK0.4700.150.34
HSL161.01º31.23%50.39%-
HSV(B)161.01º47.02%65.88%-
XYZ23.0832.1130.97-
YUV141.53128.8390.53-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.25%
GREEN value IS 168 (66.02% from 255) = 42%
BLUE value IS 143 (56.25% from 255) = 35.75%
R=22.25%
G=42%
B=35.75%

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
Decimal891681430.4700.150.34161.0131.2350.39
Hex59A88F2F0F22a11f32
Octal13125021757017422413762
Binary10110011010100010001111101111011111000101010000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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