Shades of Ocean Green #54B281
Tints of Ocean Green #54B281
RGB
CMYK
RGB Variations
Color information
#54B281 (or 0x54B281) is known color: Ocean Green. HEX triplet: 54, B2 and 81. RGB value is (84,178,129). Sum of RGB (Red+Green+Blue) = 84+178+129=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 178 (69.92% from 255 or 45.52% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 178 - color contains mainly: green. Hex color #54B281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B281 is #AB4D7E. Grayscale: #909090. Windows color (decimal): -11226495 or 8499796. OLE color: 8499796.
HSL color Cylindrical-coordinate representation of color #54B281: hue angle of 148.72º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B281 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 178 | 129 | - |
| CMYK | 0.53 | 0 | 0.28 | 0.30 |
| HSL | 148.72º | 0.38% | 0.51% | - |
| HSV(B) | 148.72º | 0.53% | 0.7% | - |
| XYZ | 23.54 | 35.31 | 26.34 | - |
| YUV | 144.31 | 119.36 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 178 | 129 | 0.53 | 0 | 0.28 | 0.30 | 148.72 | 0.38 | 0.51 |
| Hex | 54 | B2 | 81 | 35 | 0 | 1C | 1E | 95 | 26 | 33 |
| Octal | 124 | 262 | 201 | 65 | 0 | 34 | 36 | 225 | 46 | 63 |
| Binary | 1010100 | 10110010 | 10000001 | 110101 | 0 | 11100 | 11110 | 10010101 | 100110 | 110011 |
Color Harmonies of #54B281
Complementary color
Monochromatic Colors of #54B281
Black with #54B281
Text Example
Text Example
White with #54B281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B281; }
p { color: rgb(84,178,129); }
H1.HeaderClassName
{
color: #54B281;
}
.AnyTagClassName
{
color: #54B281;
}
</style>
background-color css
<style>
a { background-color: #54B281; }
a { background-color: rgb(84,178,129); }
div.DivClassName
{
background-color: #54B281;
}
.BgClassName
{
background-color: #54B281;
}
</style>
border-color css
<style>
span { border-color: #54B281; }
span { border-color: rgb(84,178,129); }
td.TdClassName
{
border-color: #54B281;
}
.TagClassName
{
border-color: #54B281;
}
</style>