Shades of Ocean Green #51AB6C
Tints of Ocean Green #51AB6C
RGB
CMYK
RGB Variations
Color information
#51AB6C (or 0x51AB6C) is known color: Ocean Green. HEX triplet: 51, AB and 6C. RGB value is (81,171,108). Sum of RGB (Red+Green+Blue) = 81+171+108=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 171 - color contains mainly: green. Hex color #51AB6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AB6C is #AE5493. Grayscale: #898989. Windows color (decimal): -11424916 or 7121745. OLE color: 7121745.
HSL color Cylindrical-coordinate representation of color #51AB6C: hue angle of 138º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51AB6C is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 171 | 108 | - |
| CMYK | 0.53 | 0 | 0.37 | 0.33 |
| HSL | 138º | 0.36% | 0.49% | - |
| HSV(B) | 138º | 0.53% | 0.67% | - |
| XYZ | 20.66 | 31.96 | 19.27 | - |
| YUV | 136.91 | 111.68 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 171 | 108 | 0.53 | 0 | 0.37 | 0.33 | 138 | 0.36 | 0.49 |
| Hex | 51 | AB | 6C | 35 | 0 | 25 | 21 | 8A | 24 | 31 |
| Octal | 121 | 253 | 154 | 65 | 0 | 45 | 41 | 212 | 44 | 61 |
| Binary | 1010001 | 10101011 | 1101100 | 110101 | 0 | 100101 | 100001 | 10001010 | 100100 | 110001 |
Color Harmonies of #51AB6C
Complementary color
Monochromatic Colors of #51AB6C
Black with #51AB6C
Text Example
Text Example
White with #51AB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51AB6C; }
p { color: rgb(81,171,108); }
H1.HeaderClassName
{
color: #51AB6C;
}
.AnyTagClassName
{
color: #51AB6C;
}
</style>
background-color css
<style>
a { background-color: #51AB6C; }
a { background-color: rgb(81,171,108); }
div.DivClassName
{
background-color: #51AB6C;
}
.BgClassName
{
background-color: #51AB6C;
}
</style>
border-color css
<style>
span { border-color: #51AB6C; }
span { border-color: rgb(81,171,108); }
td.TdClassName
{
border-color: #51AB6C;
}
.TagClassName
{
border-color: #51AB6C;
}
</style>