Shades of Ocean Green #51A07D
Tints of Ocean Green #51A07D
RGB
CMYK
RGB Variations
Color information
#51A07D (or 0x51A07D) is known color: Ocean Green. HEX triplet: 51, A0 and 7D. RGB value is (81,160,125). Sum of RGB (Red+Green+Blue) = 81+160+125=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 160 - color contains mainly: green. Hex color #51A07D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A07D is #AE5F82. Grayscale: #848484. Windows color (decimal): -11427715 or 8233041. OLE color: 8233041.
HSL color Cylindrical-coordinate representation of color #51A07D: hue angle of 153.42º 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 #51A07D is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 160 | 125 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.37 |
| HSL | 153.42º | 0.33% | 0.47% | - |
| HSV(B) | 153.42º | 0.49% | 0.63% | - |
| XYZ | 19.67 | 28.37 | 23.84 | - |
| YUV | 132.39 | 123.83 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 160 | 125 | 0.49 | 0 | 0.22 | 0.37 | 153.42 | 0.33 | 0.47 |
| Hex | 51 | A0 | 7D | 31 | 0 | 16 | 25 | 99 | 21 | 2F |
| Octal | 121 | 240 | 175 | 61 | 0 | 26 | 45 | 231 | 41 | 57 |
| Binary | 1010001 | 10100000 | 1111101 | 110001 | 0 | 10110 | 100101 | 10011001 | 100001 | 101111 |
Color Harmonies of #51A07D
Complementary color
Monochromatic Colors of #51A07D
Black with #51A07D
Text Example
Text Example
White with #51A07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A07D; }
p { color: rgb(81,160,125); }
H1.HeaderClassName
{
color: #51A07D;
}
.AnyTagClassName
{
color: #51A07D;
}
</style>
background-color css
<style>
a { background-color: #51A07D; }
a { background-color: rgb(81,160,125); }
div.DivClassName
{
background-color: #51A07D;
}
.BgClassName
{
background-color: #51A07D;
}
</style>
border-color css
<style>
span { border-color: #51A07D; }
span { border-color: rgb(81,160,125); }
td.TdClassName
{
border-color: #51A07D;
}
.TagClassName
{
border-color: #51A07D;
}
</style>