Shades of Ocean Green #51A07B
Tints of Ocean Green #51A07B
RGB
CMYK
RGB Variations
Color information
#51A07B (or 0x51A07B) is known color: Ocean Green. HEX triplet: 51, A0 and 7B. RGB value is (81,160,123). Sum of RGB (Red+Green+Blue) = 81+160+123=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 160 - color contains mainly: green. Hex color #51A07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A07B is #AE5F84. Grayscale: #848484. Windows color (decimal): -11427717 or 8101969. OLE color: 8101969.
HSL color Cylindrical-coordinate representation of color #51A07B: hue angle of 151.9º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51A07B is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 160 | 123 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.37 |
| HSL | 151.9º | 0.33% | 0.47% | - |
| HSV(B) | 151.9º | 0.49% | 0.63% | - |
| XYZ | 19.54 | 28.32 | 23.18 | - |
| YUV | 132.16 | 122.83 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 160 | 123 | 0.49 | 0 | 0.23 | 0.37 | 151.9 | 0.33 | 0.47 |
| Hex | 51 | A0 | 7B | 31 | 0 | 17 | 25 | 98 | 21 | 2F |
| Octal | 121 | 240 | 173 | 61 | 0 | 27 | 45 | 230 | 41 | 57 |
| Binary | 1010001 | 10100000 | 1111011 | 110001 | 0 | 10111 | 100101 | 10011000 | 100001 | 101111 |
Color Harmonies of #51A07B
Complementary color
Monochromatic Colors of #51A07B
Black with #51A07B
Text Example
Text Example
White with #51A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A07B; }
p { color: rgb(81,160,123); }
H1.HeaderClassName
{
color: #51A07B;
}
.AnyTagClassName
{
color: #51A07B;
}
</style>
background-color css
<style>
a { background-color: #51A07B; }
a { background-color: rgb(81,160,123); }
div.DivClassName
{
background-color: #51A07B;
}
.BgClassName
{
background-color: #51A07B;
}
</style>
border-color css
<style>
span { border-color: #51A07B; }
span { border-color: rgb(81,160,123); }
td.TdClassName
{
border-color: #51A07B;
}
.TagClassName
{
border-color: #51A07B;
}
</style>