Shades of Ocean Green #54B576
Tints of Ocean Green #54B576
RGB
CMYK
RGB Variations
Color information
#54B576 (or 0x54B576) is known color: Ocean Green. HEX triplet: 54, B5 and 76. RGB value is (84,181,118). Sum of RGB (Red+Green+Blue) = 84+181+118=383 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.93% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 181 - color contains mainly: green. Hex color #54B576 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B576 is #AB4A89. Grayscale: #909090. Windows color (decimal): -11225738 or 7779668. OLE color: 7779668.
HSL color Cylindrical-coordinate representation of color #54B576: hue angle of 141.03º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54B576 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 181 | 118 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.29 |
| HSL | 141.03º | 0.4% | 0.52% | - |
| HSV(B) | 141.03º | 0.54% | 0.71% | - |
| XYZ | 23.45 | 36.24 | 22.9 | - |
| YUV | 144.82 | 112.86 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 181 | 118 | 0.54 | 0 | 0.35 | 0.29 | 141.03 | 0.4 | 0.52 |
| Hex | 54 | B5 | 76 | 36 | 0 | 23 | 1D | 8D | 28 | 34 |
| Octal | 124 | 265 | 166 | 66 | 0 | 43 | 35 | 215 | 50 | 64 |
| Binary | 1010100 | 10110101 | 1110110 | 110110 | 0 | 100011 | 11101 | 10001101 | 101000 | 110100 |
Color Harmonies of #54B576
Complementary color
Monochromatic Colors of #54B576
Black with #54B576
Text Example
Text Example
White with #54B576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B576; }
p { color: rgb(84,181,118); }
H1.HeaderClassName
{
color: #54B576;
}
.AnyTagClassName
{
color: #54B576;
}
</style>
background-color css
<style>
a { background-color: #54B576; }
a { background-color: rgb(84,181,118); }
div.DivClassName
{
background-color: #54B576;
}
.BgClassName
{
background-color: #54B576;
}
</style>
border-color css
<style>
span { border-color: #54B576; }
span { border-color: rgb(84,181,118); }
td.TdClassName
{
border-color: #54B576;
}
.TagClassName
{
border-color: #54B576;
}
</style>