#59B49C

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

Shades of Keppel #59B49C

Tints of Keppel #59B49C

Color information

#59B49C (or 0x59B49C) is unknown color: approx Keppel. HEX triplet: 59, B4 and 9C. RGB value is (89,180,156). Sum of RGB (Red+Green+Blue) = 89+180+156=425 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.94% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 180 - color contains mainly: green. Hex color #59B49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59B49C is #A64B63. Grayscale: #969696. Windows color (decimal): -10898276 or 10269785. OLE color: 10269785.

HSL color Cylindrical-coordinate representation of color #59B49C: hue angle of 164.18º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59B49C is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB89180156-
CMYK0.5100.130.29
HSL164.18º37.76%52.75%-
HSV(B)164.18º50.56%70.59%-
XYZ26.4437.1737.23-
YUV150.05131.3584.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.94%
GREEN value IS 180 (70.70% from 255) = 42.35%
BLUE value IS 156 (61.33% from 255) = 36.71%
R=20.94%
G=42.35%
B=36.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal891801560.5100.130.29164.1837.7652.75
Hex59B49C330D1Da42635
Octal13126423463015352444665
Binary10110011011010010011100110011011011110110100100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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