#59AA7B

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

Shades of Ocean Green #59AA7B

Tints of Ocean Green #59AA7B

Color information

#59AA7B (or 0x59AA7B) is unknown color: approx Ocean Green. HEX triplet: 59, AA and 7B. RGB value is (89,170,123). Sum of RGB (Red+Green+Blue) = 89+170+123=382 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.30% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 170 - color contains mainly: green. Hex color #59AA7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AA7B is #A65584. Grayscale: #8C8C8C. Windows color (decimal): -10900869 or 8104537. OLE color: 8104537.

HSL color Cylindrical-coordinate representation of color #59AA7B: hue angle of 145.19º degrees, saturation: 0.32, 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 #59AA7B is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB89170123-
CMYK0.4800.280.33
HSL145.19º32.27%50.78%-
HSV(B)145.19º47.65%66.67%-
XYZ22.0732.323.81-
YUV140.42118.1691.32-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.30%
GREEN value IS 170 (66.80% from 255) = 44.50%
BLUE value IS 123 (48.44% from 255) = 32.20%
R=23.30%
G=44.50%
B=32.20%

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
Decimal891701230.4800.280.33145.1932.2750.78
Hex59AA7B3001C21912033
Octal13125217360034412214063
Binary101100110101010111101111000001110010000110010001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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