#59A982

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

Shades of Ocean Green #59A982

Tints of Ocean Green #59A982

Color information

#59A982 (or 0x59A982) is unknown color: approx Ocean Green. HEX triplet: 59, A9 and 82. RGB value is (89,169,130). Sum of RGB (Red+Green+Blue) = 89+169+130=388 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.94% from 388); Green value is 169 (66.41% from 255 or 43.56% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 169 - color contains mainly: green. Hex color #59A982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A982 is #A6567D. Grayscale: #8C8C8C. Windows color (decimal): -10901118 or 8563033. OLE color: 8563033.

HSL color Cylindrical-coordinate representation of color #59A982: hue angle of 150.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #59A982 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB89169130-
CMYK0.4700.230.34
HSL150.75º31.75%50.59%-
HSV(B)150.75º47.34%66.27%-
XYZ22.3432.1126.14-
YUV140.6312291.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.94%
GREEN value IS 169 (66.41% from 255) = 43.56%
BLUE value IS 130 (51.17% from 255) = 33.51%
R=22.94%
G=43.56%
B=33.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal891691300.4700.230.34150.7531.7550.59
Hex59A9822F01722972033
Octal13125120257027422274063
Binary1011001101010011000001010111101011110001010010111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,169,130); }

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

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

 a { background-color: rgb(89,169,130); }

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

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

 span { border-color: rgb(89,169,130); }

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