Shades of Ocean Green #519E68
Tints of Ocean Green #519E68
RGB
CMYK
RGB Variations
Color information
#519E68 (or 0x519E68) is known color: Ocean Green. HEX triplet: 51, 9E and 68. RGB value is (81,158,104). Sum of RGB (Red+Green+Blue) = 81+158+104=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 158 (62.11% from 255 or 46.06% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 158 - color contains mainly: green. Hex color #519E68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519E68 is #AE6197. Grayscale: #808080. Windows color (decimal): -11428248 or 6856273. OLE color: 6856273.
HSL color Cylindrical-coordinate representation of color #519E68: hue angle of 137.92º 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 #519E68 is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 158 | 104 | - |
| CMYK | 0.49 | 0 | 0.34 | 0.38 |
| HSL | 137.92º | 0.32% | 0.47% | - |
| HSV(B) | 137.92º | 0.49% | 0.62% | - |
| XYZ | 18.12 | 27.2 | 17.39 | - |
| YUV | 128.82 | 113.99 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 158 | 104 | 0.49 | 0 | 0.34 | 0.38 | 137.92 | 0.32 | 0.47 |
| Hex | 51 | 9E | 68 | 31 | 0 | 22 | 26 | 8A | 20 | 2F |
| Octal | 121 | 236 | 150 | 61 | 0 | 42 | 46 | 212 | 40 | 57 |
| Binary | 1010001 | 10011110 | 1101000 | 110001 | 0 | 100010 | 100110 | 10001010 | 100000 | 101111 |
Color Harmonies of #519E68
Complementary color
Monochromatic Colors of #519E68
Black with #519E68
Text Example
Text Example
White with #519E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519E68; }
p { color: rgb(81,158,104); }
H1.HeaderClassName
{
color: #519E68;
}
.AnyTagClassName
{
color: #519E68;
}
</style>
background-color css
<style>
a { background-color: #519E68; }
a { background-color: rgb(81,158,104); }
div.DivClassName
{
background-color: #519E68;
}
.BgClassName
{
background-color: #519E68;
}
</style>
border-color css
<style>
span { border-color: #519E68; }
span { border-color: rgb(81,158,104); }
td.TdClassName
{
border-color: #519E68;
}
.TagClassName
{
border-color: #519E68;
}
</style>