Shades of Ocean Green #54A080
Tints of Ocean Green #54A080
RGB
CMYK
RGB Variations
Color information
#54A080 (or 0x54A080) is known color: Ocean Green. HEX triplet: 54, A0 and 80. RGB value is (84,160,128). Sum of RGB (Red+Green+Blue) = 84+160+128=372 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.58% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 160 - color contains mainly: green. Hex color #54A080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A080 is #AB5F7F. Grayscale: #858585. Windows color (decimal): -11231104 or 8429652. OLE color: 8429652.
HSL color Cylindrical-coordinate representation of color #54A080: hue angle of 154.74º 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 #54A080 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 84 | 160 | 128 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.37 |
| HSL | 154.74º | 0.31% | 0.48% | - |
| HSV(B) | 154.74º | 0.48% | 0.63% | - |
| XYZ | 20.12 | 28.58 | 24.88 | - |
| YUV | 133.63 | 124.82 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 160 | 128 | 0.48 | 0 | 0.20 | 0.37 | 154.74 | 0.31 | 0.48 |
| Hex | 54 | A0 | 80 | 30 | 0 | 14 | 25 | 9B | 1F | 30 |
| Octal | 124 | 240 | 200 | 60 | 0 | 24 | 45 | 233 | 37 | 60 |
| Binary | 1010100 | 10100000 | 10000000 | 110000 | 0 | 10100 | 100101 | 10011011 | 11111 | 110000 |
Color Harmonies of #54A080
Complementary color
Monochromatic Colors of #54A080
Black with #54A080
Text Example
Text Example
White with #54A080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A080; }
p { color: rgb(84,160,128); }
H1.HeaderClassName
{
color: #54A080;
}
.AnyTagClassName
{
color: #54A080;
}
</style>
background-color css
<style>
a { background-color: #54A080; }
a { background-color: rgb(84,160,128); }
div.DivClassName
{
background-color: #54A080;
}
.BgClassName
{
background-color: #54A080;
}
</style>
border-color css
<style>
span { border-color: #54A080; }
span { border-color: rgb(84,160,128); }
td.TdClassName
{
border-color: #54A080;
}
.TagClassName
{
border-color: #54A080;
}
</style>