#59AB7B

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

Shades of Ocean Green #59AB7B

Tints of Ocean Green #59AB7B

Color information

#59AB7B (or 0x59AB7B) is unknown color: approx Ocean Green. HEX triplet: 59, AB and 7B. RGB value is (89,171,123). Sum of RGB (Red+Green+Blue) = 89+171+123=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 171 - color contains mainly: green. Hex color #59AB7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AB7B is #A65484. Grayscale: #8D8D8D. Windows color (decimal): -10900613 or 8104793. OLE color: 8104793.

HSL color Cylindrical-coordinate representation of color #59AB7B: hue angle of 144.88º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59AB7B is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB89171123-
CMYK0.4800.280.33
HSL144.88º32.8%50.98%-
HSV(B)144.88º47.95%67.06%-
XYZ22.2632.6823.87-
YUV141.01117.8390.9-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.24%
GREEN value IS 171 (67.19% from 255) = 44.65%
BLUE value IS 123 (48.44% from 255) = 32.11%
R=23.24%
G=44.65%
B=32.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891711230.4800.280.33144.8832.850.98
Hex59AB7B3001C21912133
Octal13125317360034412214163
Binary101100110101011111101111000001110010000110010001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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