Shades of Ocean Green #54B67E
Tints of Ocean Green #54B67E
RGB
CMYK
RGB Variations
Color information
#54B67E (or 0x54B67E) is known color: Ocean Green. HEX triplet: 54, B6 and 7E. RGB value is (84,182,126). Sum of RGB (Red+Green+Blue) = 84+182+126=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 182 (71.48% from 255 or 46.43% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 182 - color contains mainly: green. Hex color #54B67E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B67E is #AB4981. Grayscale: #929292. Windows color (decimal): -11225474 or 8304212. OLE color: 8304212.
HSL color Cylindrical-coordinate representation of color #54B67E: hue angle of 145.71º 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 #54B67E is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 182 | 126 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.29 |
| HSL | 145.71º | 0.4% | 0.52% | - |
| HSV(B) | 145.71º | 0.54% | 0.71% | - |
| XYZ | 24.15 | 36.85 | 25.58 | - |
| YUV | 146.31 | 116.53 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 182 | 126 | 0.54 | 0 | 0.31 | 0.29 | 145.71 | 0.4 | 0.52 |
| Hex | 54 | B6 | 7E | 36 | 0 | 1F | 1D | 92 | 28 | 34 |
| Octal | 124 | 266 | 176 | 66 | 0 | 37 | 35 | 222 | 50 | 64 |
| Binary | 1010100 | 10110110 | 1111110 | 110110 | 0 | 11111 | 11101 | 10010010 | 101000 | 110100 |
Color Harmonies of #54B67E
Complementary color
Monochromatic Colors of #54B67E
Black with #54B67E
Text Example
Text Example
White with #54B67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B67E; }
p { color: rgb(84,182,126); }
H1.HeaderClassName
{
color: #54B67E;
}
.AnyTagClassName
{
color: #54B67E;
}
</style>
background-color css
<style>
a { background-color: #54B67E; }
a { background-color: rgb(84,182,126); }
div.DivClassName
{
background-color: #54B67E;
}
.BgClassName
{
background-color: #54B67E;
}
</style>
border-color css
<style>
span { border-color: #54B67E; }
span { border-color: rgb(84,182,126); }
td.TdClassName
{
border-color: #54B67E;
}
.TagClassName
{
border-color: #54B67E;
}
</style>