Shades of Ocean Green #51AF7D
Tints of Ocean Green #51AF7D
RGB
CMYK
RGB Variations
Color information
#51AF7D (or 0x51AF7D) is known color: Ocean Green. HEX triplet: 51, AF and 7D. RGB value is (81,175,125). Sum of RGB (Red+Green+Blue) = 81+175+125=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 175 - color contains mainly: green. Hex color #51AF7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AF7D is #AE5082. Grayscale: #8D8D8D. Windows color (decimal): -11423875 or 8236881. OLE color: 8236881.
HSL color Cylindrical-coordinate representation of color #51AF7D: hue angle of 148.09º 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 #51AF7D is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 175 | 125 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.31 |
| HSL | 148.09º | 0.37% | 0.5% | - |
| HSV(B) | 148.09º | 0.54% | 0.69% | - |
| XYZ | 22.42 | 33.89 | 24.76 | - |
| YUV | 141.19 | 118.86 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 175 | 125 | 0.54 | 0 | 0.29 | 0.31 | 148.09 | 0.37 | 0.5 |
| Hex | 51 | AF | 7D | 36 | 0 | 1D | 1F | 94 | 25 | 32 |
| Octal | 121 | 257 | 175 | 66 | 0 | 35 | 37 | 224 | 45 | 62 |
| Binary | 1010001 | 10101111 | 1111101 | 110110 | 0 | 11101 | 11111 | 10010100 | 100101 | 110010 |
Color Harmonies of #51AF7D
Complementary color
Monochromatic Colors of #51AF7D
Black with #51AF7D
Text Example
Text Example
White with #51AF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51AF7D; }
p { color: rgb(81,175,125); }
H1.HeaderClassName
{
color: #51AF7D;
}
.AnyTagClassName
{
color: #51AF7D;
}
</style>
background-color css
<style>
a { background-color: #51AF7D; }
a { background-color: rgb(81,175,125); }
div.DivClassName
{
background-color: #51AF7D;
}
.BgClassName
{
background-color: #51AF7D;
}
</style>
border-color css
<style>
span { border-color: #51AF7D; }
span { border-color: rgb(81,175,125); }
td.TdClassName
{
border-color: #51AF7D;
}
.TagClassName
{
border-color: #51AF7D;
}
</style>