#59B493

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

Shades of Keppel #59B493

Tints of Keppel #59B493

Color information

#59B493 (or 0x59B493) is unknown color: approx Keppel. HEX triplet: 59, B4 and 93. RGB value is (89,180,147). Sum of RGB (Red+Green+Blue) = 89+180+147=416 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.39% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 180 - color contains mainly: green. Hex color #59B493 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59B493 is #A64B6C. Grayscale: #959595. Windows color (decimal): -10898285 or 9679961. OLE color: 9679961.

HSL color Cylindrical-coordinate representation of color #59B493: hue angle of 158.24º 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 #59B493 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB89180147-
CMYK0.5100.180.29
HSL158.24º37.76%52.75%-
HSV(B)158.24º50.56%70.59%-
XYZ25.7136.8733.37-
YUV149.03126.8585.18-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.39%
GREEN value IS 180 (70.70% from 255) = 43.27%
BLUE value IS 147 (57.81% from 255) = 35.34%
R=21.39%
G=43.27%
B=35.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal891801470.5100.180.29158.2437.7652.75
Hex59B493330121D9e2635
Octal13126422363022352364665
Binary101100110110100100100111100110100101110110011110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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