Shades of Ocean Green #54B16F
Tints of Ocean Green #54B16F
RGB
CMYK
RGB Variations
Color information
#54B16F (or 0x54B16F) is known color: Ocean Green. HEX triplet: 54, B1 and 6F. RGB value is (84,177,111). Sum of RGB (Red+Green+Blue) = 84+177+111=372 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.58% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 177 - color contains mainly: green. Hex color #54B16F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B16F is #AB4E90. Grayscale: #8D8D8D. Windows color (decimal): -11226769 or 7319892. OLE color: 7319892.
HSL color Cylindrical-coordinate representation of color #54B16F: hue angle of 137.42º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B16F is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 177 | 111 | - |
| CMYK | 0.53 | 0 | 0.37 | 0.31 |
| HSL | 137.42º | 0.37% | 0.51% | - |
| HSV(B) | 137.42º | 0.53% | 0.69% | - |
| XYZ | 22.25 | 34.48 | 20.52 | - |
| YUV | 141.67 | 110.69 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 177 | 111 | 0.53 | 0 | 0.37 | 0.31 | 137.42 | 0.37 | 0.51 |
| Hex | 54 | B1 | 6F | 35 | 0 | 25 | 1F | 89 | 25 | 33 |
| Octal | 124 | 261 | 157 | 65 | 0 | 45 | 37 | 211 | 45 | 63 |
| Binary | 1010100 | 10110001 | 1101111 | 110101 | 0 | 100101 | 11111 | 10001001 | 100101 | 110011 |
Color Harmonies of #54B16F
Complementary color
Monochromatic Colors of #54B16F
Black with #54B16F
Text Example
Text Example
White with #54B16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B16F; }
p { color: rgb(84,177,111); }
H1.HeaderClassName
{
color: #54B16F;
}
.AnyTagClassName
{
color: #54B16F;
}
</style>
background-color css
<style>
a { background-color: #54B16F; }
a { background-color: rgb(84,177,111); }
div.DivClassName
{
background-color: #54B16F;
}
.BgClassName
{
background-color: #54B16F;
}
</style>
border-color css
<style>
span { border-color: #54B16F; }
span { border-color: rgb(84,177,111); }
td.TdClassName
{
border-color: #54B16F;
}
.TagClassName
{
border-color: #54B16F;
}
</style>