Shades of Ocean Green #51926A
Tints of Ocean Green #51926A
RGB
CMYK
RGB Variations
Color information
#51926A (or 0x51926A) is known color: Ocean Green. HEX triplet: 51, 92 and 6A. RGB value is (81,146,106). Sum of RGB (Red+Green+Blue) = 81+146+106=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #51926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51926A is #AE6D95. Grayscale: #7A7A7A. Windows color (decimal): -11431318 or 6984273. OLE color: 6984273.
HSL color Cylindrical-coordinate representation of color #51926A: hue angle of 143.08º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #51926A is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 146 | 106 | - |
| CMYK | 0.45 | 0 | 0.27 | 0.43 |
| HSL | 143.08º | 0.29% | 0.45% | - |
| HSV(B) | 143.08º | 0.45% | 0.57% | - |
| XYZ | 16.27 | 23.35 | 17.28 | - |
| YUV | 122.01 | 118.97 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 146 | 106 | 0.45 | 0 | 0.27 | 0.43 | 143.08 | 0.29 | 0.45 |
| Hex | 51 | 92 | 6A | 2D | 0 | 1B | 2B | 8F | 1D | 2D |
| Octal | 121 | 222 | 152 | 55 | 0 | 33 | 53 | 217 | 35 | 55 |
| Binary | 1010001 | 10010010 | 1101010 | 101101 | 0 | 11011 | 101011 | 10001111 | 11101 | 101101 |
Color Harmonies of #51926A
Complementary color
Monochromatic Colors of #51926A
Black with #51926A
Text Example
Text Example
White with #51926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51926A; }
p { color: rgb(81,146,106); }
H1.HeaderClassName
{
color: #51926A;
}
.AnyTagClassName
{
color: #51926A;
}
</style>
background-color css
<style>
a { background-color: #51926A; }
a { background-color: rgb(81,146,106); }
div.DivClassName
{
background-color: #51926A;
}
.BgClassName
{
background-color: #51926A;
}
</style>
border-color css
<style>
span { border-color: #51926A; }
span { border-color: rgb(81,146,106); }
td.TdClassName
{
border-color: #51926A;
}
.TagClassName
{
border-color: #51926A;
}
</style>