Shades of Ocean Green #51AF7B
Tints of Ocean Green #51AF7B
RGB
CMYK
RGB Variations
Color information
#51AF7B (or 0x51AF7B) is known color: Ocean Green. HEX triplet: 51, AF and 7B. RGB value is (81,175,123). Sum of RGB (Red+Green+Blue) = 81+175+123=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #51AF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AF7B is #AE5084. Grayscale: #8D8D8D. Windows color (decimal): -11423877 or 8105809. OLE color: 8105809.
HSL color Cylindrical-coordinate representation of color #51AF7B: hue angle of 146.81º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51AF7B is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 175 | 123 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.31 |
| HSL | 146.81º | 0.37% | 0.5% | - |
| HSV(B) | 146.81º | 0.54% | 0.69% | - |
| XYZ | 22.3 | 33.84 | 24.1 | - |
| YUV | 140.97 | 117.86 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 175 | 123 | 0.54 | 0 | 0.30 | 0.31 | 146.81 | 0.37 | 0.5 |
| Hex | 51 | AF | 7B | 36 | 0 | 1E | 1F | 93 | 25 | 32 |
| Octal | 121 | 257 | 173 | 66 | 0 | 36 | 37 | 223 | 45 | 62 |
| Binary | 1010001 | 10101111 | 1111011 | 110110 | 0 | 11110 | 11111 | 10010011 | 100101 | 110010 |
Color Harmonies of #51AF7B
Complementary color
Monochromatic Colors of #51AF7B
Black with #51AF7B
Text Example
Text Example
White with #51AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51AF7B; }
p { color: rgb(81,175,123); }
H1.HeaderClassName
{
color: #51AF7B;
}
.AnyTagClassName
{
color: #51AF7B;
}
</style>
background-color css
<style>
a { background-color: #51AF7B; }
a { background-color: rgb(81,175,123); }
div.DivClassName
{
background-color: #51AF7B;
}
.BgClassName
{
background-color: #51AF7B;
}
</style>
border-color css
<style>
span { border-color: #51AF7B; }
span { border-color: rgb(81,175,123); }
td.TdClassName
{
border-color: #51AF7B;
}
.TagClassName
{
border-color: #51AF7B;
}
</style>