Shades of Ocean Green #509972
Tints of Ocean Green #509972
RGB
CMYK
RGB Variations
Color information
#509972 (or 0x509972) is known color: Ocean Green. HEX triplet: 50, 99 and 72. RGB value is (80,153,114). Sum of RGB (Red+Green+Blue) = 80+153+114=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #509972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509972 is #AF668D. Grayscale: #7E7E7E. Windows color (decimal): -11495054 or 7510352. OLE color: 7510352.
HSL color Cylindrical-coordinate representation of color #509972: hue angle of 147.95º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509972 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 153 | 114 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.4 |
| HSL | 147.95º | 0.31% | 0.46% | - |
| HSV(B) | 147.95º | 0.48% | 0.6% | - |
| XYZ | 17.74 | 25.7 | 19.95 | - |
| YUV | 126.73 | 120.82 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 114 | 0.48 | 0 | 0.25 | 0.4 | 147.95 | 0.31 | 0.46 |
| Hex | 50 | 99 | 72 | 30 | 0 | 19 | 28 | 94 | 1F | 2E |
| Octal | 120 | 231 | 162 | 60 | 0 | 31 | 50 | 224 | 37 | 56 |
| Binary | 1010000 | 10011001 | 1110010 | 110000 | 0 | 11001 | 101000 | 10010100 | 11111 | 101110 |
Color Harmonies of #509972
Complementary color
Monochromatic Colors of #509972
Black with #509972
Text Example
Text Example
White with #509972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509972; }
p { color: rgb(80,153,114); }
H1.HeaderClassName
{
color: #509972;
}
.AnyTagClassName
{
color: #509972;
}
</style>
background-color css
<style>
a { background-color: #509972; }
a { background-color: rgb(80,153,114); }
div.DivClassName
{
background-color: #509972;
}
.BgClassName
{
background-color: #509972;
}
</style>
border-color css
<style>
span { border-color: #509972; }
span { border-color: rgb(80,153,114); }
td.TdClassName
{
border-color: #509972;
}
.TagClassName
{
border-color: #509972;
}
</style>