#59B39D

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

Shades of Keppel #59B39D

Tints of Keppel #59B39D

Color information

#59B39D (or 0x59B39D) is unknown color: approx Keppel. HEX triplet: 59, B3 and 9D. RGB value is (89,179,157). Sum of RGB (Red+Green+Blue) = 89+179+157=425 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.94% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 179 - color contains mainly: green. Hex color #59B39D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59B39D is #A64C62. Grayscale: #959595. Windows color (decimal): -10898531 or 10335065. OLE color: 10335065.

HSL color Cylindrical-coordinate representation of color #59B39D: hue angle of 165.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #59B39D is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB89179157-
CMYK0.5000.120.30
HSL165.33º37.19%52.55%-
HSV(B)165.33º50.28%70.2%-
XYZ26.3336.837.61-
YUV149.58132.1884.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.94%
GREEN value IS 179 (70.31% from 255) = 42.12%
BLUE value IS 157 (61.72% from 255) = 36.94%
R=20.94%
G=42.12%
B=36.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal891791570.5000.120.30165.3337.1952.55
Hex59B39D320C1Ea52535
Octal13126323562014362454565
Binary10110011011001110011101110010011001111010100101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,179,157); }

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

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

 a { background-color: rgb(89,179,157); }

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

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

 span { border-color: rgb(89,179,157); }

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