#59A67A

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

Shades of Ocean Green #59A67A

Tints of Ocean Green #59A67A

Color information

#59A67A (or 0x59A67A) is unknown color: approx Ocean Green. HEX triplet: 59, A6 and 7A. RGB value is (89,166,122). Sum of RGB (Red+Green+Blue) = 89+166+122=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 166 - color contains mainly: green. Hex color #59A67A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A67A is #A65985. Grayscale: #8A8A8A. Windows color (decimal): -10901894 or 8037977. OLE color: 8037977.

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

Color convert

RGB89166122-
CMYK0.4600.270.35
HSL145.71º30.2%50%-
HSV(B)145.71º46.39%65.1%-
XYZ21.2730.823.24-
YUV137.96118.9993.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.61%
GREEN value IS 166 (65.23% from 255) = 44.03%
BLUE value IS 122 (48.05% from 255) = 32.36%
R=23.61%
G=44.03%
B=32.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891661220.4600.270.35145.7130.250
Hex59A67A2E01B23921e32
Octal13124617256033432223662
Binary10110011010011011110101011100110111000111001001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,166,122); }

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

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

 a { background-color: rgb(89,166,122); }

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

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

 span { border-color: rgb(89,166,122); }

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