Shades of Ocean Green #54A180
Tints of Ocean Green #54A180
RGB
CMYK
RGB Variations
Color information
#54A180 (or 0x54A180) is known color: Ocean Green. HEX triplet: 54, A1 and 80. RGB value is (84,161,128). Sum of RGB (Red+Green+Blue) = 84+161+128=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 161 - color contains mainly: green. Hex color #54A180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A180 is #AB5E7F. Grayscale: #868686. Windows color (decimal): -11230848 or 8429908. OLE color: 8429908.
HSL color Cylindrical-coordinate representation of color #54A180: hue angle of 154.29º 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 #54A180 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 84 | 161 | 128 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.37 |
| HSL | 154.29º | 0.31% | 0.48% | - |
| HSV(B) | 154.29º | 0.48% | 0.63% | - |
| XYZ | 20.3 | 28.93 | 24.94 | - |
| YUV | 134.22 | 124.49 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 161 | 128 | 0.48 | 0 | 0.20 | 0.37 | 154.29 | 0.31 | 0.48 |
| Hex | 54 | A1 | 80 | 30 | 0 | 14 | 25 | 9A | 1F | 30 |
| Octal | 124 | 241 | 200 | 60 | 0 | 24 | 45 | 232 | 37 | 60 |
| Binary | 1010100 | 10100001 | 10000000 | 110000 | 0 | 10100 | 100101 | 10011010 | 11111 | 110000 |
Color Harmonies of #54A180
Complementary color
Monochromatic Colors of #54A180
Black with #54A180
Text Example
Text Example
White with #54A180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A180; }
p { color: rgb(84,161,128); }
H1.HeaderClassName
{
color: #54A180;
}
.AnyTagClassName
{
color: #54A180;
}
</style>
background-color css
<style>
a { background-color: #54A180; }
a { background-color: rgb(84,161,128); }
div.DivClassName
{
background-color: #54A180;
}
.BgClassName
{
background-color: #54A180;
}
</style>
border-color css
<style>
span { border-color: #54A180; }
span { border-color: rgb(84,161,128); }
td.TdClassName
{
border-color: #54A180;
}
.TagClassName
{
border-color: #54A180;
}
</style>