Shades of Ocean Green #51A87D
Tints of Ocean Green #51A87D
RGB
CMYK
RGB Variations
Color information
#51A87D (or 0x51A87D) is known color: Ocean Green. HEX triplet: 51, A8 and 7D. RGB value is (81,168,125). Sum of RGB (Red+Green+Blue) = 81+168+125=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 168 - color contains mainly: green. Hex color #51A87D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A87D is #AE5782. Grayscale: #898989. Windows color (decimal): -11425667 or 8235089. OLE color: 8235089.
HSL color Cylindrical-coordinate representation of color #51A87D: hue angle of 150.34º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #51A87D is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 81 | 168 | 125 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.34 |
| HSL | 150.34º | 0.35% | 0.49% | - |
| HSV(B) | 150.34º | 0.52% | 0.66% | - |
| XYZ | 21.1 | 31.24 | 24.32 | - |
| YUV | 137.09 | 121.18 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 168 | 125 | 0.52 | 0 | 0.26 | 0.34 | 150.34 | 0.35 | 0.49 |
| Hex | 51 | A8 | 7D | 34 | 0 | 1A | 22 | 96 | 23 | 31 |
| Octal | 121 | 250 | 175 | 64 | 0 | 32 | 42 | 226 | 43 | 61 |
| Binary | 1010001 | 10101000 | 1111101 | 110100 | 0 | 11010 | 100010 | 10010110 | 100011 | 110001 |
Color Harmonies of #51A87D
Complementary color
Monochromatic Colors of #51A87D
Black with #51A87D
Text Example
Text Example
White with #51A87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A87D; }
p { color: rgb(81,168,125); }
H1.HeaderClassName
{
color: #51A87D;
}
.AnyTagClassName
{
color: #51A87D;
}
</style>
background-color css
<style>
a { background-color: #51A87D; }
a { background-color: rgb(81,168,125); }
div.DivClassName
{
background-color: #51A87D;
}
.BgClassName
{
background-color: #51A87D;
}
</style>
border-color css
<style>
span { border-color: #51A87D; }
span { border-color: rgb(81,168,125); }
td.TdClassName
{
border-color: #51A87D;
}
.TagClassName
{
border-color: #51A87D;
}
</style>