Shades of Ocean Green #5AAC73
Tints of Ocean Green #5AAC73
RGB
CMYK
RGB Variations
Color information
#5AAC73 (or 0x5AAC73) is known color: Ocean Green. HEX triplet: 5A, AC and 73. RGB value is (90,172,115). Sum of RGB (Red+Green+Blue) = 90+172+115=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAC73 is #A5538C. Grayscale: #8D8D8D. Windows color (decimal): -10834829 or 7580762. OLE color: 7580762.
HSL color Cylindrical-coordinate representation of color #5AAC73: hue angle of 138.29º 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 #5AAC73 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 172 | 115 | - |
| CMYK | 0.48 | 0 | 0.33 | 0.33 |
| HSL | 138.29º | 0.33% | 0.51% | - |
| HSV(B) | 138.29º | 0.48% | 0.67% | - |
| XYZ | 22.06 | 32.92 | 21.41 | - |
| YUV | 140.98 | 113.33 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 172 | 115 | 0.48 | 0 | 0.33 | 0.33 | 138.29 | 0.33 | 0.51 |
| Hex | 5A | AC | 73 | 30 | 0 | 21 | 21 | 8A | 21 | 33 |
| Octal | 132 | 254 | 163 | 60 | 0 | 41 | 41 | 212 | 41 | 63 |
| Binary | 1011010 | 10101100 | 1110011 | 110000 | 0 | 100001 | 100001 | 10001010 | 100001 | 110011 |
Color Harmonies of #5AAC73
Complementary color
Monochromatic Colors of #5AAC73
Black with #5AAC73
Text Example
Text Example
White with #5AAC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAC73; }
p { color: rgb(90,172,115); }
H1.HeaderClassName
{
color: #5AAC73;
}
.AnyTagClassName
{
color: #5AAC73;
}
</style>
background-color css
<style>
a { background-color: #5AAC73; }
a { background-color: rgb(90,172,115); }
div.DivClassName
{
background-color: #5AAC73;
}
.BgClassName
{
background-color: #5AAC73;
}
</style>
border-color css
<style>
span { border-color: #5AAC73; }
span { border-color: rgb(90,172,115); }
td.TdClassName
{
border-color: #5AAC73;
}
.TagClassName
{
border-color: #5AAC73;
}
</style>