Shades of Ocean Green #53996C
Tints of Ocean Green #53996C
RGB
CMYK
RGB Variations
Color information
#53996C (or 0x53996C) is known color: Ocean Green. HEX triplet: 53, 99 and 6C. RGB value is (83,153,108). Sum of RGB (Red+Green+Blue) = 83+153+108=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #53996C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53996C is #AC6693. Grayscale: #7F7F7F. Windows color (decimal): -11298452 or 7117139. OLE color: 7117139.
HSL color Cylindrical-coordinate representation of color #53996C: hue angle of 141.43º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53996C is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 83 | 153 | 108 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.4 |
| HSL | 141.43º | 0.3% | 0.46% | - |
| HSV(B) | 141.43º | 0.46% | 0.6% | - |
| XYZ | 17.67 | 25.7 | 18.22 | - |
| YUV | 126.94 | 117.31 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 153 | 108 | 0.46 | 0 | 0.29 | 0.4 | 141.43 | 0.3 | 0.46 |
| Hex | 53 | 99 | 6C | 2E | 0 | 1D | 28 | 8D | 1E | 2E |
| Octal | 123 | 231 | 154 | 56 | 0 | 35 | 50 | 215 | 36 | 56 |
| Binary | 1010011 | 10011001 | 1101100 | 101110 | 0 | 11101 | 101000 | 10001101 | 11110 | 101110 |
Color Harmonies of #53996C
Complementary color
Monochromatic Colors of #53996C
Black with #53996C
Text Example
Text Example
White with #53996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53996C; }
p { color: rgb(83,153,108); }
H1.HeaderClassName
{
color: #53996C;
}
.AnyTagClassName
{
color: #53996C;
}
</style>
background-color css
<style>
a { background-color: #53996C; }
a { background-color: rgb(83,153,108); }
div.DivClassName
{
background-color: #53996C;
}
.BgClassName
{
background-color: #53996C;
}
</style>
border-color css
<style>
span { border-color: #53996C; }
span { border-color: rgb(83,153,108); }
td.TdClassName
{
border-color: #53996C;
}
.TagClassName
{
border-color: #53996C;
}
</style>