Shades of Ocean Green #51A17C
Tints of Ocean Green #51A17C
RGB
CMYK
RGB Variations
Color information
#51A17C (or 0x51A17C) is known color: Ocean Green. HEX triplet: 51, A1 and 7C. RGB value is (81,161,124). Sum of RGB (Red+Green+Blue) = 81+161+124=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 161 - color contains mainly: green. Hex color #51A17C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A17C is #AE5E83. Grayscale: #848484. Windows color (decimal): -11427460 or 8167761. OLE color: 8167761.
HSL color Cylindrical-coordinate representation of color #51A17C: hue angle of 152.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 #51A17C is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 161 | 124 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.37 |
| HSL | 152.25º | 0.33% | 0.47% | - |
| HSV(B) | 152.25º | 0.5% | 0.63% | - |
| XYZ | 19.78 | 28.69 | 23.57 | - |
| YUV | 132.86 | 123 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 161 | 124 | 0.50 | 0 | 0.23 | 0.37 | 152.25 | 0.33 | 0.47 |
| Hex | 51 | A1 | 7C | 32 | 0 | 17 | 25 | 98 | 21 | 2F |
| Octal | 121 | 241 | 174 | 62 | 0 | 27 | 45 | 230 | 41 | 57 |
| Binary | 1010001 | 10100001 | 1111100 | 110010 | 0 | 10111 | 100101 | 10011000 | 100001 | 101111 |
Color Harmonies of #51A17C
Complementary color
Monochromatic Colors of #51A17C
Black with #51A17C
Text Example
Text Example
White with #51A17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A17C; }
p { color: rgb(81,161,124); }
H1.HeaderClassName
{
color: #51A17C;
}
.AnyTagClassName
{
color: #51A17C;
}
</style>
background-color css
<style>
a { background-color: #51A17C; }
a { background-color: rgb(81,161,124); }
div.DivClassName
{
background-color: #51A17C;
}
.BgClassName
{
background-color: #51A17C;
}
</style>
border-color css
<style>
span { border-color: #51A17C; }
span { border-color: rgb(81,161,124); }
td.TdClassName
{
border-color: #51A17C;
}
.TagClassName
{
border-color: #51A17C;
}
</style>