Shades of Ocean Green #54B282
Tints of Ocean Green #54B282
RGB
CMYK
RGB Variations
Color information
#54B282 (or 0x54B282) is known color: Ocean Green. HEX triplet: 54, B2 and 82. RGB value is (84,178,130). Sum of RGB (Red+Green+Blue) = 84+178+130=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 178 (69.92% from 255 or 45.41% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 178 - color contains mainly: green. Hex color #54B282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B282 is #AB4D7D. Grayscale: #909090. Windows color (decimal): -11226494 or 8565332. OLE color: 8565332.
HSL color Cylindrical-coordinate representation of color #54B282: hue angle of 149.36º 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 #54B282 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 178 | 130 | - |
| CMYK | 0.53 | 0 | 0.27 | 0.30 |
| HSL | 149.36º | 0.38% | 0.51% | - |
| HSV(B) | 149.36º | 0.53% | 0.7% | - |
| XYZ | 23.61 | 35.34 | 26.7 | - |
| YUV | 144.42 | 119.86 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 178 | 130 | 0.53 | 0 | 0.27 | 0.30 | 149.36 | 0.38 | 0.51 |
| Hex | 54 | B2 | 82 | 35 | 0 | 1B | 1E | 95 | 26 | 33 |
| Octal | 124 | 262 | 202 | 65 | 0 | 33 | 36 | 225 | 46 | 63 |
| Binary | 1010100 | 10110010 | 10000010 | 110101 | 0 | 11011 | 11110 | 10010101 | 100110 | 110011 |
Color Harmonies of #54B282
Complementary color
Monochromatic Colors of #54B282
Black with #54B282
Text Example
Text Example
White with #54B282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B282; }
p { color: rgb(84,178,130); }
H1.HeaderClassName
{
color: #54B282;
}
.AnyTagClassName
{
color: #54B282;
}
</style>
background-color css
<style>
a { background-color: #54B282; }
a { background-color: rgb(84,178,130); }
div.DivClassName
{
background-color: #54B282;
}
.BgClassName
{
background-color: #54B282;
}
</style>
border-color css
<style>
span { border-color: #54B282; }
span { border-color: rgb(84,178,130); }
td.TdClassName
{
border-color: #54B282;
}
.TagClassName
{
border-color: #54B282;
}
</style>