Shades of Ocean Green #519E6C
Tints of Ocean Green #519E6C
RGB
CMYK
RGB Variations
Color information
#519E6C (or 0x519E6C) is known color: Ocean Green. HEX triplet: 51, 9E and 6C. RGB value is (81,158,108). Sum of RGB (Red+Green+Blue) = 81+158+108=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 158 - color contains mainly: green. Hex color #519E6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519E6C is #AE6193. Grayscale: #818181. Windows color (decimal): -11428244 or 7118417. OLE color: 7118417.
HSL color Cylindrical-coordinate representation of color #519E6C: hue angle of 141.04º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #519E6C is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 158 | 108 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.38 |
| HSL | 141.04º | 0.32% | 0.47% | - |
| HSV(B) | 141.04º | 0.49% | 0.62% | - |
| XYZ | 18.33 | 27.29 | 18.49 | - |
| YUV | 129.28 | 115.99 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 158 | 108 | 0.49 | 0 | 0.32 | 0.38 | 141.04 | 0.32 | 0.47 |
| Hex | 51 | 9E | 6C | 31 | 0 | 20 | 26 | 8D | 20 | 2F |
| Octal | 121 | 236 | 154 | 61 | 0 | 40 | 46 | 215 | 40 | 57 |
| Binary | 1010001 | 10011110 | 1101100 | 110001 | 0 | 100000 | 100110 | 10001101 | 100000 | 101111 |
Color Harmonies of #519E6C
Complementary color
Monochromatic Colors of #519E6C
Black with #519E6C
Text Example
Text Example
White with #519E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519E6C; }
p { color: rgb(81,158,108); }
H1.HeaderClassName
{
color: #519E6C;
}
.AnyTagClassName
{
color: #519E6C;
}
</style>
background-color css
<style>
a { background-color: #519E6C; }
a { background-color: rgb(81,158,108); }
div.DivClassName
{
background-color: #519E6C;
}
.BgClassName
{
background-color: #519E6C;
}
</style>
border-color css
<style>
span { border-color: #519E6C; }
span { border-color: rgb(81,158,108); }
td.TdClassName
{
border-color: #519E6C;
}
.TagClassName
{
border-color: #519E6C;
}
</style>