Shades of Ocean Green #519D6B
Tints of Ocean Green #519D6B
RGB
CMYK
RGB Variations
Color information
#519D6B (or 0x519D6B) is known color: Ocean Green. HEX triplet: 51, 9D and 6B. RGB value is (81,157,107). Sum of RGB (Red+Green+Blue) = 81+157+107=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 157 - color contains mainly: green. Hex color #519D6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519D6B is #AE6294. Grayscale: #808080. Windows color (decimal): -11428501 or 7052625. OLE color: 7052625.
HSL color Cylindrical-coordinate representation of color #519D6B: hue angle of 140.53º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519D6B is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 157 | 107 | - |
| CMYK | 0.48 | 0 | 0.32 | 0.38 |
| HSL | 140.53º | 0.32% | 0.47% | - |
| HSV(B) | 140.53º | 0.48% | 0.62% | - |
| XYZ | 18.1 | 26.92 | 18.15 | - |
| YUV | 128.58 | 115.82 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 107 | 0.48 | 0 | 0.32 | 0.38 | 140.53 | 0.32 | 0.47 |
| Hex | 51 | 9D | 6B | 30 | 0 | 20 | 26 | 8D | 20 | 2F |
| Octal | 121 | 235 | 153 | 60 | 0 | 40 | 46 | 215 | 40 | 57 |
| Binary | 1010001 | 10011101 | 1101011 | 110000 | 0 | 100000 | 100110 | 10001101 | 100000 | 101111 |
Color Harmonies of #519D6B
Complementary color
Monochromatic Colors of #519D6B
Black with #519D6B
Text Example
Text Example
White with #519D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519D6B; }
p { color: rgb(81,157,107); }
H1.HeaderClassName
{
color: #519D6B;
}
.AnyTagClassName
{
color: #519D6B;
}
</style>
background-color css
<style>
a { background-color: #519D6B; }
a { background-color: rgb(81,157,107); }
div.DivClassName
{
background-color: #519D6B;
}
.BgClassName
{
background-color: #519D6B;
}
</style>
border-color css
<style>
span { border-color: #519D6B; }
span { border-color: rgb(81,157,107); }
td.TdClassName
{
border-color: #519D6B;
}
.TagClassName
{
border-color: #519D6B;
}
</style>