#59BA9A

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

Shades of Keppel #59BA9A

Tints of Keppel #59BA9A

Color information

#59BA9A (or 0x59BA9A) is unknown color: approx Keppel. HEX triplet: 59, BA and 9A. RGB value is (89,186,154). Sum of RGB (Red+Green+Blue) = 89+186+154=429 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.75% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #59BA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BA9A is #A64565. Grayscale: #999999. Windows color (decimal): -10896742 or 10140249. OLE color: 10140249.

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

Color convert

RGB89186154-
CMYK0.5200.170.27
HSL160.21º41.28%53.92%-
HSV(B)160.21º52.15%72.94%-
XYZ27.5139.5736.76-
YUV153.35128.3682.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.75%
GREEN value IS 186 (73.05% from 255) = 43.36%
BLUE value IS 154 (60.55% from 255) = 35.90%
R=20.75%
G=43.36%
B=35.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891861540.5200.170.27160.2141.2853.92
Hex59BA9A340111Ba02936
Octal13127223264021332405166
Binary101100110111010100110101101000100011101110100000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,186,154); }

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

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

 a { background-color: rgb(89,186,154); }

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

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

 span { border-color: rgb(89,186,154); }

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