Shades of Ocean Green #54B679
Tints of Ocean Green #54B679
RGB
CMYK
RGB Variations
Color information
#54B679 (or 0x54B679) is known color: Ocean Green. HEX triplet: 54, B6 and 79. RGB value is (84,182,121). Sum of RGB (Red+Green+Blue) = 84+182+121=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 182 (71.48% from 255 or 47.03% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 182 - color contains mainly: green. Hex color #54B679 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B679 is #AB4986. Grayscale: #919191. Windows color (decimal): -11225479 or 7976532. OLE color: 7976532.
HSL color Cylindrical-coordinate representation of color #54B679: hue angle of 142.65º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54B679 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 182 | 121 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.29 |
| HSL | 142.65º | 0.4% | 0.52% | - |
| HSV(B) | 142.65º | 0.54% | 0.71% | - |
| XYZ | 23.84 | 36.72 | 23.92 | - |
| YUV | 145.74 | 114.03 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 182 | 121 | 0.54 | 0 | 0.34 | 0.29 | 142.65 | 0.4 | 0.52 |
| Hex | 54 | B6 | 79 | 36 | 0 | 22 | 1D | 8F | 28 | 34 |
| Octal | 124 | 266 | 171 | 66 | 0 | 42 | 35 | 217 | 50 | 64 |
| Binary | 1010100 | 10110110 | 1111001 | 110110 | 0 | 100010 | 11101 | 10001111 | 101000 | 110100 |
Color Harmonies of #54B679
Complementary color
Monochromatic Colors of #54B679
Black with #54B679
Text Example
Text Example
White with #54B679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B679; }
p { color: rgb(84,182,121); }
H1.HeaderClassName
{
color: #54B679;
}
.AnyTagClassName
{
color: #54B679;
}
</style>
background-color css
<style>
a { background-color: #54B679; }
a { background-color: rgb(84,182,121); }
div.DivClassName
{
background-color: #54B679;
}
.BgClassName
{
background-color: #54B679;
}
</style>
border-color css
<style>
span { border-color: #54B679; }
span { border-color: rgb(84,182,121); }
td.TdClassName
{
border-color: #54B679;
}
.TagClassName
{
border-color: #54B679;
}
</style>