Shades of Ocean Green #54B280
Tints of Ocean Green #54B280
RGB
CMYK
RGB Variations
Color information
#54B280 (or 0x54B280) is known color: Ocean Green. HEX triplet: 54, B2 and 80. RGB value is (84,178,128). Sum of RGB (Red+Green+Blue) = 84+178+128=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 178 - color contains mainly: green. Hex color #54B280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B280 is #AB4D7F. Grayscale: #909090. Windows color (decimal): -11226496 or 8434260. OLE color: 8434260.
HSL color Cylindrical-coordinate representation of color #54B280: hue angle of 148.09º 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 #54B280 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 178 | 128 | - |
| CMYK | 0.53 | 0 | 0.28 | 0.30 |
| HSL | 148.09º | 0.38% | 0.51% | - |
| HSV(B) | 148.09º | 0.53% | 0.7% | - |
| XYZ | 23.47 | 35.28 | 26 | - |
| YUV | 144.19 | 118.86 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 178 | 128 | 0.53 | 0 | 0.28 | 0.30 | 148.09 | 0.38 | 0.51 |
| Hex | 54 | B2 | 80 | 35 | 0 | 1C | 1E | 94 | 26 | 33 |
| Octal | 124 | 262 | 200 | 65 | 0 | 34 | 36 | 224 | 46 | 63 |
| Binary | 1010100 | 10110010 | 10000000 | 110101 | 0 | 11100 | 11110 | 10010100 | 100110 | 110011 |
Color Harmonies of #54B280
Complementary color
Monochromatic Colors of #54B280
Black with #54B280
Text Example
Text Example
White with #54B280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B280; }
p { color: rgb(84,178,128); }
H1.HeaderClassName
{
color: #54B280;
}
.AnyTagClassName
{
color: #54B280;
}
</style>
background-color css
<style>
a { background-color: #54B280; }
a { background-color: rgb(84,178,128); }
div.DivClassName
{
background-color: #54B280;
}
.BgClassName
{
background-color: #54B280;
}
</style>
border-color css
<style>
span { border-color: #54B280; }
span { border-color: rgb(84,178,128); }
td.TdClassName
{
border-color: #54B280;
}
.TagClassName
{
border-color: #54B280;
}
</style>