Shades of Ocean Green #54B077
Tints of Ocean Green #54B077
RGB
CMYK
RGB Variations
Color information
#54B077 (or 0x54B077) is known color: Ocean Green. HEX triplet: 54, B0 and 77. RGB value is (84,176,119). Sum of RGB (Red+Green+Blue) = 84+176+119=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 176 - color contains mainly: green. Hex color #54B077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B077 is #AB4F88. Grayscale: #8E8E8E. Windows color (decimal): -11227017 or 7843924. OLE color: 7843924.
HSL color Cylindrical-coordinate representation of color #54B077: hue angle of 142.83º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54B077 is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 176 | 119 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.31 |
| HSL | 142.83º | 0.37% | 0.51% | - |
| HSV(B) | 142.83º | 0.52% | 0.69% | - |
| XYZ | 22.51 | 34.27 | 22.88 | - |
| YUV | 141.99 | 115.02 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 176 | 119 | 0.52 | 0 | 0.32 | 0.31 | 142.83 | 0.37 | 0.51 |
| Hex | 54 | B0 | 77 | 34 | 0 | 20 | 1F | 8F | 25 | 33 |
| Octal | 124 | 260 | 167 | 64 | 0 | 40 | 37 | 217 | 45 | 63 |
| Binary | 1010100 | 10110000 | 1110111 | 110100 | 0 | 100000 | 11111 | 10001111 | 100101 | 110011 |
Color Harmonies of #54B077
Complementary color
Monochromatic Colors of #54B077
Black with #54B077
Text Example
Text Example
White with #54B077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B077; }
p { color: rgb(84,176,119); }
H1.HeaderClassName
{
color: #54B077;
}
.AnyTagClassName
{
color: #54B077;
}
</style>
background-color css
<style>
a { background-color: #54B077; }
a { background-color: rgb(84,176,119); }
div.DivClassName
{
background-color: #54B077;
}
.BgClassName
{
background-color: #54B077;
}
</style>
border-color css
<style>
span { border-color: #54B077; }
span { border-color: rgb(84,176,119); }
td.TdClassName
{
border-color: #54B077;
}
.TagClassName
{
border-color: #54B077;
}
</style>