#59A89C

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

Shades of Keppel #59A89C

Tints of Keppel #59A89C

Color information

#59A89C (or 0x59A89C) is unknown color: approx Keppel. HEX triplet: 59, A8 and 9C. RGB value is (89,168,156). Sum of RGB (Red+Green+Blue) = 89+168+156=413 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.55% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 168 - color contains mainly: green. Hex color #59A89C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A89C is #A65763. Grayscale: #8E8E8E. Windows color (decimal): -10901348 or 10266713. OLE color: 10266713.

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

Color convert

RGB89168156-
CMYK0.4700.070.34
HSL170.89º31.23%50.39%-
HSV(B)170.89º47.02%65.88%-
XYZ24.1232.5336.46-
YUV143.01135.3389.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.55%
GREEN value IS 168 (66.02% from 255) = 40.68%
BLUE value IS 156 (61.33% from 255) = 37.77%
R=21.55%
G=40.68%
B=37.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal891681560.4700.070.34170.8931.2350.39
Hex59A89C2F0722ab1f32
Octal1312502345707422533762
Binary1011001101010001001110010111101111000101010101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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