Shades of Ocean Green #54A771
Tints of Ocean Green #54A771
RGB
CMYK
RGB Variations
Color information
#54A771 (or 0x54A771) is known color: Ocean Green. HEX triplet: 54, A7 and 71. RGB value is (84,167,113). Sum of RGB (Red+Green+Blue) = 84+167+113=364 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.08% from 364); Green value is 167 (65.62% from 255 or 45.88% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 167 - color contains mainly: green. Hex color #54A771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A771 is #AB588E. Grayscale: #888888. Windows color (decimal): -11229327 or 7448404. OLE color: 7448404.
HSL color Cylindrical-coordinate representation of color #54A771: hue angle of 140.96º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54A771 is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 167 | 113 | - |
| CMYK | 0.50 | 0 | 0.32 | 0.35 |
| HSL | 140.96º | 0.33% | 0.49% | - |
| HSV(B) | 140.96º | 0.5% | 0.65% | - |
| XYZ | 20.46 | 30.71 | 20.47 | - |
| YUV | 136.03 | 115 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 167 | 113 | 0.50 | 0 | 0.32 | 0.35 | 140.96 | 0.33 | 0.49 |
| Hex | 54 | A7 | 71 | 32 | 0 | 20 | 23 | 8D | 21 | 31 |
| Octal | 124 | 247 | 161 | 62 | 0 | 40 | 43 | 215 | 41 | 61 |
| Binary | 1010100 | 10100111 | 1110001 | 110010 | 0 | 100000 | 100011 | 10001101 | 100001 | 110001 |
Color Harmonies of #54A771
Complementary color
Monochromatic Colors of #54A771
Black with #54A771
Text Example
Text Example
White with #54A771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A771; }
p { color: rgb(84,167,113); }
H1.HeaderClassName
{
color: #54A771;
}
.AnyTagClassName
{
color: #54A771;
}
</style>
background-color css
<style>
a { background-color: #54A771; }
a { background-color: rgb(84,167,113); }
div.DivClassName
{
background-color: #54A771;
}
.BgClassName
{
background-color: #54A771;
}
</style>
border-color css
<style>
span { border-color: #54A771; }
span { border-color: rgb(84,167,113); }
td.TdClassName
{
border-color: #54A771;
}
.TagClassName
{
border-color: #54A771;
}
</style>