#59B997

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

Shades of Keppel #59B997

Tints of Keppel #59B997

Color information

#59B997 (or 0x59B997) is unknown color: approx Keppel. HEX triplet: 59, B9 and 97. RGB value is (89,185,151). Sum of RGB (Red+Green+Blue) = 89+185+151=425 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.94% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 185 - color contains mainly: green. Hex color #59B997 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59B997 is #A64668. Grayscale: #989898. Windows color (decimal): -10897001 or 9943385. OLE color: 9943385.

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

Color convert

RGB89185151-
CMYK0.5200.180.27
HSL158.75º40.68%53.73%-
HSV(B)158.75º51.89%72.55%-
XYZ27.0539.0635.39-
YUV152.42127.282.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.94%
GREEN value IS 185 (72.66% from 255) = 43.53%
BLUE value IS 151 (59.38% from 255) = 35.53%
R=20.94%
G=43.53%
B=35.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891851510.5200.180.27158.7540.6853.73
Hex59B997340121B9f2936
Octal13127122764022332375166
Binary101100110111001100101111101000100101101110011111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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