#59B099

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

Shades of Keppel #59B099

Tints of Keppel #59B099

Color information

#59B099 (or 0x59B099) is unknown color: approx Keppel. HEX triplet: 59, B0 and 99. RGB value is (89,176,153). Sum of RGB (Red+Green+Blue) = 89+176+153=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 176 - color contains mainly: green. Hex color #59B099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59B099 is #A64F66. Grayscale: #939393. Windows color (decimal): -10899303 or 10072153. OLE color: 10072153.

HSL color Cylindrical-coordinate representation of color #59B099: hue angle of 164.14º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59B099 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB89176153-
CMYK0.4900.130.31
HSL164.14º35.51%51.96%-
HSV(B)164.14º49.43%69.02%-
XYZ25.3935.4735.65-
YUV147.36131.1886.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.29%
GREEN value IS 176 (69.14% from 255) = 42.11%
BLUE value IS 153 (60.16% from 255) = 36.60%
R=21.29%
G=42.11%
B=36.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal891761530.4900.130.31164.1435.5151.96
Hex59B099310D1Fa42434
Octal13126023161015372444464
Binary10110011011000010011001110001011011111110100100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,176,153); }

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

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

 a { background-color: rgb(89,176,153); }

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

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

 span { border-color: rgb(89,176,153); }

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