Shades of Ocean Green #519C7B
Tints of Ocean Green #519C7B
RGB
CMYK
RGB Variations
Color information
#519C7B (or 0x519C7B) is known color: Ocean Green. HEX triplet: 51, 9C and 7B. RGB value is (81,156,123). Sum of RGB (Red+Green+Blue) = 81+156+123=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 156 - color contains mainly: green. Hex color #519C7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519C7B is #AE6384. Grayscale: #818181. Windows color (decimal): -11428741 or 8100945. OLE color: 8100945.
HSL color Cylindrical-coordinate representation of color #519C7B: hue angle of 153.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519C7B is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 156 | 123 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.39 |
| HSL | 153.6º | 0.32% | 0.46% | - |
| HSV(B) | 153.6º | 0.48% | 0.61% | - |
| XYZ | 18.86 | 26.96 | 22.95 | - |
| YUV | 129.81 | 124.15 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 156 | 123 | 0.48 | 0 | 0.21 | 0.39 | 153.6 | 0.32 | 0.46 |
| Hex | 51 | 9C | 7B | 30 | 0 | 15 | 27 | 9A | 20 | 2E |
| Octal | 121 | 234 | 173 | 60 | 0 | 25 | 47 | 232 | 40 | 56 |
| Binary | 1010001 | 10011100 | 1111011 | 110000 | 0 | 10101 | 100111 | 10011010 | 100000 | 101110 |
Color Harmonies of #519C7B
Complementary color
Monochromatic Colors of #519C7B
Black with #519C7B
Text Example
Text Example
White with #519C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519C7B; }
p { color: rgb(81,156,123); }
H1.HeaderClassName
{
color: #519C7B;
}
.AnyTagClassName
{
color: #519C7B;
}
</style>
background-color css
<style>
a { background-color: #519C7B; }
a { background-color: rgb(81,156,123); }
div.DivClassName
{
background-color: #519C7B;
}
.BgClassName
{
background-color: #519C7B;
}
</style>
border-color css
<style>
span { border-color: #519C7B; }
span { border-color: rgb(81,156,123); }
td.TdClassName
{
border-color: #519C7B;
}
.TagClassName
{
border-color: #519C7B;
}
</style>