#59B996

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

Shades of Keppel #59B996

Tints of Keppel #59B996

Color information

#59B996 (or 0x59B996) is unknown color: approx Keppel. HEX triplet: 59, B9 and 96. RGB value is (89,185,150). Sum of RGB (Red+Green+Blue) = 89+185+150=424 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.99% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 185 - color contains mainly: green. Hex color #59B996 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59B996 is #A64669. Grayscale: #989898. Windows color (decimal): -10897002 or 9877849. OLE color: 9877849.

HSL color Cylindrical-coordinate representation of color #59B996: hue angle of 158.12º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59B996 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB89185150-
CMYK0.5200.190.27
HSL158.12º40.68%53.73%-
HSV(B)158.12º51.89%72.55%-
XYZ26.9739.0234.96-
YUV152.31126.782.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.99%
GREEN value IS 185 (72.66% from 255) = 43.63%
BLUE value IS 150 (58.98% from 255) = 35.38%
R=20.99%
G=43.63%
B=35.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891851500.5200.190.27158.1240.6853.73
Hex59B996340131B9e2936
Octal13127122664023332365166
Binary101100110111001100101101101000100111101110011110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,185,150); }

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

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

 a { background-color: rgb(89,185,150); }

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

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

 span { border-color: rgb(89,185,150); }

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