Shades of Ocean Green #54A973
Tints of Ocean Green #54A973
RGB
CMYK
RGB Variations
Color information
#54A973 (or 0x54A973) is known color: Ocean Green. HEX triplet: 54, A9 and 73. RGB value is (84,169,115). Sum of RGB (Red+Green+Blue) = 84+169+115=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 169 (66.41% from 255 or 45.92% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 169 - color contains mainly: green. Hex color #54A973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A973 is #AB568C. Grayscale: #898989. Windows color (decimal): -11228813 or 7579988. OLE color: 7579988.
HSL color Cylindrical-coordinate representation of color #54A973: hue angle of 141.88º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54A973 is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 84 | 169 | 115 | - |
| CMYK | 0.50 | 0 | 0.32 | 0.34 |
| HSL | 141.88º | 0.34% | 0.5% | - |
| HSV(B) | 141.88º | 0.5% | 0.66% | - |
| XYZ | 20.94 | 31.5 | 21.2 | - |
| YUV | 137.43 | 115.34 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 169 | 115 | 0.50 | 0 | 0.32 | 0.34 | 141.88 | 0.34 | 0.5 |
| Hex | 54 | A9 | 73 | 32 | 0 | 20 | 22 | 8E | 22 | 32 |
| Octal | 124 | 251 | 163 | 62 | 0 | 40 | 42 | 216 | 42 | 62 |
| Binary | 1010100 | 10101001 | 1110011 | 110010 | 0 | 100000 | 100010 | 10001110 | 100010 | 110010 |
Color Harmonies of #54A973
Complementary color
Monochromatic Colors of #54A973
Black with #54A973
Text Example
Text Example
White with #54A973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A973; }
p { color: rgb(84,169,115); }
H1.HeaderClassName
{
color: #54A973;
}
.AnyTagClassName
{
color: #54A973;
}
</style>
background-color css
<style>
a { background-color: #54A973; }
a { background-color: rgb(84,169,115); }
div.DivClassName
{
background-color: #54A973;
}
.BgClassName
{
background-color: #54A973;
}
</style>
border-color css
<style>
span { border-color: #54A973; }
span { border-color: rgb(84,169,115); }
td.TdClassName
{
border-color: #54A973;
}
.TagClassName
{
border-color: #54A973;
}
</style>