Shades of Ocean Green #54986B
Tints of Ocean Green #54986B
RGB
CMYK
RGB Variations
Color information
#54986B (or 0x54986B) is known color: Ocean Green. HEX triplet: 54, 98 and 6B. RGB value is (84,152,107). Sum of RGB (Red+Green+Blue) = 84+152+107=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #54986B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54986B is #AB6794. Grayscale: #7E7E7E. Windows color (decimal): -11233173 or 7051348. OLE color: 7051348.
HSL color Cylindrical-coordinate representation of color #54986B: hue angle of 140.29º 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 #54986B is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 152 | 107 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.40 |
| HSL | 140.29º | 0.29% | 0.46% | - |
| HSV(B) | 140.29º | 0.45% | 0.6% | - |
| XYZ | 17.54 | 25.4 | 17.89 | - |
| YUV | 126.54 | 116.97 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 152 | 107 | 0.45 | 0 | 0.30 | 0.40 | 140.29 | 0.29 | 0.46 |
| Hex | 54 | 98 | 6B | 2D | 0 | 1E | 28 | 8C | 1D | 2E |
| Octal | 124 | 230 | 153 | 55 | 0 | 36 | 50 | 214 | 35 | 56 |
| Binary | 1010100 | 10011000 | 1101011 | 101101 | 0 | 11110 | 101000 | 10001100 | 11101 | 101110 |
Color Harmonies of #54986B
Complementary color
Monochromatic Colors of #54986B
Black with #54986B
Text Example
Text Example
White with #54986B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54986B; }
p { color: rgb(84,152,107); }
H1.HeaderClassName
{
color: #54986B;
}
.AnyTagClassName
{
color: #54986B;
}
</style>
background-color css
<style>
a { background-color: #54986B; }
a { background-color: rgb(84,152,107); }
div.DivClassName
{
background-color: #54986B;
}
.BgClassName
{
background-color: #54986B;
}
</style>
border-color css
<style>
span { border-color: #54986B; }
span { border-color: rgb(84,152,107); }
td.TdClassName
{
border-color: #54986B;
}
.TagClassName
{
border-color: #54986B;
}
</style>