#59A57B

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

Shades of Ocean Green #59A57B

Tints of Ocean Green #59A57B

Color information

#59A57B (or 0x59A57B) is unknown color: approx Ocean Green. HEX triplet: 59, A5 and 7B. RGB value is (89,165,123). Sum of RGB (Red+Green+Blue) = 89+165+123=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 165 - color contains mainly: green. Hex color #59A57B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A57B is #A65A84. Grayscale: #898989. Windows color (decimal): -10902149 or 8103257. OLE color: 8103257.

HSL color Cylindrical-coordinate representation of color #59A57B: hue angle of 146.84º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59A57B is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB89165123-
CMYK0.4600.250.35
HSL146.84º29.92%49.8%-
HSV(B)146.84º46.06%64.71%-
XYZ21.1530.4623.5-
YUV137.49119.8293.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.61%
GREEN value IS 165 (64.84% from 255) = 43.77%
BLUE value IS 123 (48.44% from 255) = 32.63%
R=23.61%
G=43.77%
B=32.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891651230.4600.250.35146.8429.9249.8
Hex59A57B2E01923931e32
Octal13124517356031432233662
Binary10110011010010111110111011100110011000111001001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,165,123); }

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

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

 a { background-color: rgb(89,165,123); }

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

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

 span { border-color: rgb(89,165,123); }

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