Shades of Ocean Green #519A6F
Tints of Ocean Green #519A6F
RGB
CMYK
RGB Variations
Color information
#519A6F (or 0x519A6F) is known color: Ocean Green. HEX triplet: 51, 9A and 6F. RGB value is (81,154,111). Sum of RGB (Red+Green+Blue) = 81+154+111=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 154 (60.55% from 255 or 44.51% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 154 - color contains mainly: green. Hex color #519A6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519A6F is #AE6590. Grayscale: #7F7F7F. Windows color (decimal): -11429265 or 7314001. OLE color: 7314001.
HSL color Cylindrical-coordinate representation of color #519A6F: hue angle of 144.66º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519A6F is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 154 | 111 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.40 |
| HSL | 144.66º | 0.31% | 0.46% | - |
| HSV(B) | 144.66º | 0.47% | 0.6% | - |
| XYZ | 17.82 | 26.01 | 19.12 | - |
| YUV | 127.27 | 118.82 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 154 | 111 | 0.47 | 0 | 0.28 | 0.40 | 144.66 | 0.31 | 0.46 |
| Hex | 51 | 9A | 6F | 2F | 0 | 1C | 28 | 91 | 1F | 2E |
| Octal | 121 | 232 | 157 | 57 | 0 | 34 | 50 | 221 | 37 | 56 |
| Binary | 1010001 | 10011010 | 1101111 | 101111 | 0 | 11100 | 101000 | 10010001 | 11111 | 101110 |
Color Harmonies of #519A6F
Complementary color
Monochromatic Colors of #519A6F
Black with #519A6F
Text Example
Text Example
White with #519A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519A6F; }
p { color: rgb(81,154,111); }
H1.HeaderClassName
{
color: #519A6F;
}
.AnyTagClassName
{
color: #519A6F;
}
</style>
background-color css
<style>
a { background-color: #519A6F; }
a { background-color: rgb(81,154,111); }
div.DivClassName
{
background-color: #519A6F;
}
.BgClassName
{
background-color: #519A6F;
}
</style>
border-color css
<style>
span { border-color: #519A6F; }
span { border-color: rgb(81,154,111); }
td.TdClassName
{
border-color: #519A6F;
}
.TagClassName
{
border-color: #519A6F;
}
</style>