Shades of Ocean Green #53986B
Tints of Ocean Green #53986B
RGB
CMYK
RGB Variations
Color information
#53986B (or 0x53986B) is known color: Ocean Green. HEX triplet: 53, 98 and 6B. RGB value is (83,152,107). Sum of RGB (Red+Green+Blue) = 83+152+107=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #53986B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53986B is #AC6794. Grayscale: #7E7E7E. Windows color (decimal): -11298709 or 7051347. OLE color: 7051347.
HSL color Cylindrical-coordinate representation of color #53986B: hue angle of 140.87º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53986B is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 152 | 107 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.40 |
| HSL | 140.87º | 0.29% | 0.46% | - |
| HSV(B) | 140.87º | 0.45% | 0.6% | - |
| XYZ | 17.45 | 25.36 | 17.88 | - |
| YUV | 126.24 | 117.14 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 152 | 107 | 0.45 | 0 | 0.30 | 0.40 | 140.87 | 0.29 | 0.46 |
| Hex | 53 | 98 | 6B | 2D | 0 | 1E | 28 | 8D | 1D | 2E |
| Octal | 123 | 230 | 153 | 55 | 0 | 36 | 50 | 215 | 35 | 56 |
| Binary | 1010011 | 10011000 | 1101011 | 101101 | 0 | 11110 | 101000 | 10001101 | 11101 | 101110 |
Color Harmonies of #53986B
Complementary color
Monochromatic Colors of #53986B
Black with #53986B
Text Example
Text Example
White with #53986B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53986B; }
p { color: rgb(83,152,107); }
H1.HeaderClassName
{
color: #53986B;
}
.AnyTagClassName
{
color: #53986B;
}
</style>
background-color css
<style>
a { background-color: #53986B; }
a { background-color: rgb(83,152,107); }
div.DivClassName
{
background-color: #53986B;
}
.BgClassName
{
background-color: #53986B;
}
</style>
border-color css
<style>
span { border-color: #53986B; }
span { border-color: rgb(83,152,107); }
td.TdClassName
{
border-color: #53986B;
}
.TagClassName
{
border-color: #53986B;
}
</style>