#59bd94

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

Shades of Keppel #59BD94

Tints of Keppel #59BD94

Color information

#59BD94 (or 0x59BD94) is unknown color: approx Keppel. HEX triplet: 59, BD and 94. RGB value is (89,189,148). Sum of RGB (Red+Green+Blue) = 89+189+148=426 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.89% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 189 - color contains mainly: green. Hex color #59BD94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BD94 is #A6426B. Grayscale: #9A9A9A. Windows color (decimal): -10895980 or 9747801. OLE color: 9747801.

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

Color convert

RGB89189148-
CMYK0.5300.220.26
HSL155.4º43.1%54.51%-
HSV(B)155.4º52.91%74.12%-
XYZ27.6640.6634.41-
YUV154.43124.3781.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.89%
GREEN value IS 189 (74.22% from 255) = 44.37%
BLUE value IS 148 (58.20% from 255) = 34.74%
R=20.89%
G=44.37%
B=34.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal891891480.5300.220.26155.443.154.51
Hex59BD94350161A9b2b37
Octal13127522465026322335367
Binary101100110111101100101001101010101101101010011011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59bd94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,189,148); }

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

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

 a { background-color: rgb(89,189,148); }

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

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

 span { border-color: rgb(89,189,148); }

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