Shades of Ocean Green #59AC7E
Tints of Ocean Green #59AC7E
RGB
CMYK
RGB Variations
Color information
#59AC7E (or 0x59AC7E) is known color: Ocean Green. HEX triplet: 59, AC and 7E. RGB value is (89,172,126). Sum of RGB (Red+Green+Blue) = 89+172+126=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 172 - color contains mainly: green. Hex color #59AC7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AC7E is #A65381. Grayscale: #8E8E8E. Windows color (decimal): -10900354 or 8301657. OLE color: 8301657.
HSL color Cylindrical-coordinate representation of color #59AC7E: hue angle of 146.75º 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 #59AC7E is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 172 | 126 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.33 |
| HSL | 146.75º | 0.33% | 0.51% | - |
| HSV(B) | 146.75º | 0.48% | 0.67% | - |
| XYZ | 22.64 | 33.14 | 24.94 | - |
| YUV | 141.94 | 119 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 172 | 126 | 0.48 | 0 | 0.27 | 0.33 | 146.75 | 0.33 | 0.51 |
| Hex | 59 | AC | 7E | 30 | 0 | 1B | 21 | 93 | 21 | 33 |
| Octal | 131 | 254 | 176 | 60 | 0 | 33 | 41 | 223 | 41 | 63 |
| Binary | 1011001 | 10101100 | 1111110 | 110000 | 0 | 11011 | 100001 | 10010011 | 100001 | 110011 |
Color Harmonies of #59AC7E
Complementary color
Monochromatic Colors of #59AC7E
Black with #59AC7E
Text Example
Text Example
White with #59AC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AC7E; }
p { color: rgb(89,172,126); }
H1.HeaderClassName
{
color: #59AC7E;
}
.AnyTagClassName
{
color: #59AC7E;
}
</style>
background-color css
<style>
a { background-color: #59AC7E; }
a { background-color: rgb(89,172,126); }
div.DivClassName
{
background-color: #59AC7E;
}
.BgClassName
{
background-color: #59AC7E;
}
</style>
border-color css
<style>
span { border-color: #59AC7E; }
span { border-color: rgb(89,172,126); }
td.TdClassName
{
border-color: #59AC7E;
}
.TagClassName
{
border-color: #59AC7E;
}
</style>