Shades of Ocean Green #51A16C
Tints of Ocean Green #51A16C
RGB
CMYK
RGB Variations
Color information
#51A16C (or 0x51A16C) is known color: Ocean Green. HEX triplet: 51, A1 and 6C. RGB value is (81,161,108). Sum of RGB (Red+Green+Blue) = 81+161+108=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 161 (63.28% from 255 or 46% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 161 - color contains mainly: green. Hex color #51A16C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A16C is #AE5E93. Grayscale: #838383. Windows color (decimal): -11427476 or 7119185. OLE color: 7119185.
HSL color Cylindrical-coordinate representation of color #51A16C: hue angle of 140.25º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51A16C is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 161 | 108 | - |
| CMYK | 0.50 | 0 | 0.33 | 0.37 |
| HSL | 140.25º | 0.33% | 0.47% | - |
| HSV(B) | 140.25º | 0.5% | 0.63% | - |
| XYZ | 18.84 | 28.32 | 18.66 | - |
| YUV | 131.04 | 115 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 161 | 108 | 0.50 | 0 | 0.33 | 0.37 | 140.25 | 0.33 | 0.47 |
| Hex | 51 | A1 | 6C | 32 | 0 | 21 | 25 | 8C | 21 | 2F |
| Octal | 121 | 241 | 154 | 62 | 0 | 41 | 45 | 214 | 41 | 57 |
| Binary | 1010001 | 10100001 | 1101100 | 110010 | 0 | 100001 | 100101 | 10001100 | 100001 | 101111 |
Color Harmonies of #51A16C
Complementary color
Monochromatic Colors of #51A16C
Black with #51A16C
Text Example
Text Example
White with #51A16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A16C; }
p { color: rgb(81,161,108); }
H1.HeaderClassName
{
color: #51A16C;
}
.AnyTagClassName
{
color: #51A16C;
}
</style>
background-color css
<style>
a { background-color: #51A16C; }
a { background-color: rgb(81,161,108); }
div.DivClassName
{
background-color: #51A16C;
}
.BgClassName
{
background-color: #51A16C;
}
</style>
border-color css
<style>
span { border-color: #51A16C; }
span { border-color: rgb(81,161,108); }
td.TdClassName
{
border-color: #51A16C;
}
.TagClassName
{
border-color: #51A16C;
}
</style>