Shades of Ocean Green #54A96C
Tints of Ocean Green #54A96C
RGB
CMYK
RGB Variations
Color information
#54A96C (or 0x54A96C) is known color: Ocean Green. HEX triplet: 54, A9 and 6C. RGB value is (84,169,108). Sum of RGB (Red+Green+Blue) = 84+169+108=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 169 (66.41% from 255 or 46.81% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 169 - color contains mainly: green. Hex color #54A96C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A96C is #AB5693. Grayscale: #888888. Windows color (decimal): -11228820 or 7121236. OLE color: 7121236.
HSL color Cylindrical-coordinate representation of color #54A96C: hue angle of 136.94º 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 #54A96C is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 84 | 169 | 108 | - |
| CMYK | 0.50 | 0 | 0.36 | 0.34 |
| HSL | 136.94º | 0.34% | 0.5% | - |
| HSV(B) | 136.94º | 0.5% | 0.66% | - |
| XYZ | 20.55 | 31.34 | 19.15 | - |
| YUV | 136.63 | 111.84 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 169 | 108 | 0.50 | 0 | 0.36 | 0.34 | 136.94 | 0.34 | 0.5 |
| Hex | 54 | A9 | 6C | 32 | 0 | 24 | 22 | 89 | 22 | 32 |
| Octal | 124 | 251 | 154 | 62 | 0 | 44 | 42 | 211 | 42 | 62 |
| Binary | 1010100 | 10101001 | 1101100 | 110010 | 0 | 100100 | 100010 | 10001001 | 100010 | 110010 |
Color Harmonies of #54A96C
Complementary color
Monochromatic Colors of #54A96C
Black with #54A96C
Text Example
Text Example
White with #54A96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A96C; }
p { color: rgb(84,169,108); }
H1.HeaderClassName
{
color: #54A96C;
}
.AnyTagClassName
{
color: #54A96C;
}
</style>
background-color css
<style>
a { background-color: #54A96C; }
a { background-color: rgb(84,169,108); }
div.DivClassName
{
background-color: #54A96C;
}
.BgClassName
{
background-color: #54A96C;
}
</style>
border-color css
<style>
span { border-color: #54A96C; }
span { border-color: rgb(84,169,108); }
td.TdClassName
{
border-color: #54A96C;
}
.TagClassName
{
border-color: #54A96C;
}
</style>