Shades of Ocean Green #509970
Tints of Ocean Green #509970
RGB
CMYK
RGB Variations
Color information
#509970 (or 0x509970) is known color: Ocean Green. HEX triplet: 50, 99 and 70. RGB value is (80,153,112). Sum of RGB (Red+Green+Blue) = 80+153+112=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #509970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509970 is #AF668F. Grayscale: #7E7E7E. Windows color (decimal): -11495056 or 7379280. OLE color: 7379280.
HSL color Cylindrical-coordinate representation of color #509970: hue angle of 146.3º 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 #509970 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 153 | 112 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.4 |
| HSL | 146.3º | 0.31% | 0.46% | - |
| HSV(B) | 146.3º | 0.48% | 0.6% | - |
| XYZ | 17.62 | 25.66 | 19.35 | - |
| YUV | 126.5 | 119.82 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 112 | 0.48 | 0 | 0.27 | 0.4 | 146.3 | 0.31 | 0.46 |
| Hex | 50 | 99 | 70 | 30 | 0 | 1B | 28 | 92 | 1F | 2E |
| Octal | 120 | 231 | 160 | 60 | 0 | 33 | 50 | 222 | 37 | 56 |
| Binary | 1010000 | 10011001 | 1110000 | 110000 | 0 | 11011 | 101000 | 10010010 | 11111 | 101110 |
Color Harmonies of #509970
Complementary color
Monochromatic Colors of #509970
Black with #509970
Text Example
Text Example
White with #509970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509970; }
p { color: rgb(80,153,112); }
H1.HeaderClassName
{
color: #509970;
}
.AnyTagClassName
{
color: #509970;
}
</style>
background-color css
<style>
a { background-color: #509970; }
a { background-color: rgb(80,153,112); }
div.DivClassName
{
background-color: #509970;
}
.BgClassName
{
background-color: #509970;
}
</style>
border-color css
<style>
span { border-color: #509970; }
span { border-color: rgb(80,153,112); }
td.TdClassName
{
border-color: #509970;
}
.TagClassName
{
border-color: #509970;
}
</style>