Shades of Ocean Green #54A172
Tints of Ocean Green #54A172
RGB
CMYK
RGB Variations
Color information
#54A172 (or 0x54A172) is known color: Ocean Green. HEX triplet: 54, A1 and 72. RGB value is (84,161,114). Sum of RGB (Red+Green+Blue) = 84+161+114=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 161 - color contains mainly: green. Hex color #54A172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A172 is #AB5E8D. Grayscale: #848484. Windows color (decimal): -11230862 or 7512404. OLE color: 7512404.
HSL color Cylindrical-coordinate representation of color #54A172: hue angle of 143.38º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A172 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 84 | 161 | 114 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.37 |
| HSL | 143.38º | 0.31% | 0.48% | - |
| HSV(B) | 143.38º | 0.48% | 0.63% | - |
| XYZ | 19.44 | 28.59 | 20.41 | - |
| YUV | 132.62 | 117.49 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 161 | 114 | 0.48 | 0 | 0.29 | 0.37 | 143.38 | 0.31 | 0.48 |
| Hex | 54 | A1 | 72 | 30 | 0 | 1D | 25 | 8F | 1F | 30 |
| Octal | 124 | 241 | 162 | 60 | 0 | 35 | 45 | 217 | 37 | 60 |
| Binary | 1010100 | 10100001 | 1110010 | 110000 | 0 | 11101 | 100101 | 10001111 | 11111 | 110000 |
Color Harmonies of #54A172
Complementary color
Monochromatic Colors of #54A172
Black with #54A172
Text Example
Text Example
White with #54A172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A172; }
p { color: rgb(84,161,114); }
H1.HeaderClassName
{
color: #54A172;
}
.AnyTagClassName
{
color: #54A172;
}
</style>
background-color css
<style>
a { background-color: #54A172; }
a { background-color: rgb(84,161,114); }
div.DivClassName
{
background-color: #54A172;
}
.BgClassName
{
background-color: #54A172;
}
</style>
border-color css
<style>
span { border-color: #54A172; }
span { border-color: rgb(84,161,114); }
td.TdClassName
{
border-color: #54A172;
}
.TagClassName
{
border-color: #54A172;
}
</style>