Shades of Ocean Green #5A9872
Tints of Ocean Green #5A9872
RGB
CMYK
RGB Variations
Color information
#5A9872 (or 0x5A9872) is known color: Ocean Green. HEX triplet: 5A, 98 and 72. RGB value is (90,152,114). Sum of RGB (Red+Green+Blue) = 90+152+114=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #5A9872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9872 is #A5678D. Grayscale: #818181. Windows color (decimal): -10839950 or 7510106. OLE color: 7510106.
HSL color Cylindrical-coordinate representation of color #5A9872: hue angle of 143.23º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A9872 is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 90 | 152 | 114 | - |
| CMYK | 0.41 | 0 | 0.25 | 0.40 |
| HSL | 143.23º | 0.26% | 0.47% | - |
| HSV(B) | 143.23º | 0.41% | 0.6% | - |
| XYZ | 18.48 | 25.85 | 19.93 | - |
| YUV | 129.13 | 119.46 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 152 | 114 | 0.41 | 0 | 0.25 | 0.40 | 143.23 | 0.26 | 0.47 |
| Hex | 5A | 98 | 72 | 29 | 0 | 19 | 28 | 8F | 1A | 2F |
| Octal | 132 | 230 | 162 | 51 | 0 | 31 | 50 | 217 | 32 | 57 |
| Binary | 1011010 | 10011000 | 1110010 | 101001 | 0 | 11001 | 101000 | 10001111 | 11010 | 101111 |
Color Harmonies of #5A9872
Complementary color
Monochromatic Colors of #5A9872
Black with #5A9872
Text Example
Text Example
White with #5A9872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9872; }
p { color: rgb(90,152,114); }
H1.HeaderClassName
{
color: #5A9872;
}
.AnyTagClassName
{
color: #5A9872;
}
</style>
background-color css
<style>
a { background-color: #5A9872; }
a { background-color: rgb(90,152,114); }
div.DivClassName
{
background-color: #5A9872;
}
.BgClassName
{
background-color: #5A9872;
}
</style>
border-color css
<style>
span { border-color: #5A9872; }
span { border-color: rgb(90,152,114); }
td.TdClassName
{
border-color: #5A9872;
}
.TagClassName
{
border-color: #5A9872;
}
</style>