Shades of Ocean Green #51A27C
Tints of Ocean Green #51A27C
RGB
CMYK
RGB Variations
Color information
#51A27C (or 0x51A27C) is known color: Ocean Green. HEX triplet: 51, A2 and 7C. RGB value is (81,162,124). Sum of RGB (Red+Green+Blue) = 81+162+124=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 162 - color contains mainly: green. Hex color #51A27C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A27C is #AE5D83. Grayscale: #858585. Windows color (decimal): -11427204 or 8168017. OLE color: 8168017.
HSL color Cylindrical-coordinate representation of color #51A27C: hue angle of 151.85º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51A27C is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 162 | 124 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.36 |
| HSL | 151.85º | 0.33% | 0.48% | - |
| HSV(B) | 151.85º | 0.5% | 0.64% | - |
| XYZ | 19.95 | 29.05 | 23.62 | - |
| YUV | 133.45 | 122.66 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 162 | 124 | 0.50 | 0 | 0.23 | 0.36 | 151.85 | 0.33 | 0.48 |
| Hex | 51 | A2 | 7C | 32 | 0 | 17 | 24 | 98 | 21 | 30 |
| Octal | 121 | 242 | 174 | 62 | 0 | 27 | 44 | 230 | 41 | 60 |
| Binary | 1010001 | 10100010 | 1111100 | 110010 | 0 | 10111 | 100100 | 10011000 | 100001 | 110000 |
Color Harmonies of #51A27C
Complementary color
Monochromatic Colors of #51A27C
Black with #51A27C
Text Example
Text Example
White with #51A27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A27C; }
p { color: rgb(81,162,124); }
H1.HeaderClassName
{
color: #51A27C;
}
.AnyTagClassName
{
color: #51A27C;
}
</style>
background-color css
<style>
a { background-color: #51A27C; }
a { background-color: rgb(81,162,124); }
div.DivClassName
{
background-color: #51A27C;
}
.BgClassName
{
background-color: #51A27C;
}
</style>
border-color css
<style>
span { border-color: #51A27C; }
span { border-color: rgb(81,162,124); }
td.TdClassName
{
border-color: #51A27C;
}
.TagClassName
{
border-color: #51A27C;
}
</style>