#59BC98

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

Shades of Keppel #59BC98

Tints of Keppel #59BC98

Color information

#59BC98 (or 0x59BC98) is unknown color: approx Keppel. HEX triplet: 59, BC and 98. RGB value is (89,188,152). Sum of RGB (Red+Green+Blue) = 89+188+152=429 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.75% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 188 - color contains mainly: green. Hex color #59BC98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BC98 is #A64367. Grayscale: #9A9A9A. Windows color (decimal): -10896232 or 10009689. OLE color: 10009689.

HSL color Cylindrical-coordinate representation of color #59BC98: hue angle of 158.18º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BC98 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB89188152-
CMYK0.5300.190.26
HSL158.18º42.49%54.31%-
HSV(B)158.18º52.66%73.73%-
XYZ27.7740.3636.03-
YUV154.29126.781.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.75%
GREEN value IS 188 (73.83% from 255) = 43.82%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=20.75%
G=43.82%
B=35.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal891881520.5300.190.26158.1842.4954.31
Hex59BC98350131A9e2a36
Octal13127423065023322365266
Binary101100110111100100110001101010100111101010011110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,188,152); }

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

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

 a { background-color: rgb(89,188,152); }

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

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

 span { border-color: rgb(89,188,152); }

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