Shades of Ocean Green #54B37B
Tints of Ocean Green #54B37B
RGB
CMYK
RGB Variations
Color information
#54B37B (or 0x54B37B) is known color: Ocean Green. HEX triplet: 54, B3 and 7B. RGB value is (84,179,123). Sum of RGB (Red+Green+Blue) = 84+179+123=386 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.76% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 179 - color contains mainly: green. Hex color #54B37B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B37B is #AB4C84. Grayscale: #909090. Windows color (decimal): -11226245 or 8106836. OLE color: 8106836.
HSL color Cylindrical-coordinate representation of color #54B37B: hue angle of 144.63º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B37B is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 179 | 123 | - |
| CMYK | 0.53 | 0 | 0.31 | 0.30 |
| HSL | 144.63º | 0.38% | 0.52% | - |
| HSV(B) | 144.63º | 0.53% | 0.7% | - |
| XYZ | 23.35 | 35.56 | 24.37 | - |
| YUV | 144.21 | 116.03 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 179 | 123 | 0.53 | 0 | 0.31 | 0.30 | 144.63 | 0.38 | 0.52 |
| Hex | 54 | B3 | 7B | 35 | 0 | 1F | 1E | 91 | 26 | 34 |
| Octal | 124 | 263 | 173 | 65 | 0 | 37 | 36 | 221 | 46 | 64 |
| Binary | 1010100 | 10110011 | 1111011 | 110101 | 0 | 11111 | 11110 | 10010001 | 100110 | 110100 |
Color Harmonies of #54B37B
Complementary color
Monochromatic Colors of #54B37B
Black with #54B37B
Text Example
Text Example
White with #54B37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B37B; }
p { color: rgb(84,179,123); }
H1.HeaderClassName
{
color: #54B37B;
}
.AnyTagClassName
{
color: #54B37B;
}
</style>
background-color css
<style>
a { background-color: #54B37B; }
a { background-color: rgb(84,179,123); }
div.DivClassName
{
background-color: #54B37B;
}
.BgClassName
{
background-color: #54B37B;
}
</style>
border-color css
<style>
span { border-color: #54B37B; }
span { border-color: rgb(84,179,123); }
td.TdClassName
{
border-color: #54B37B;
}
.TagClassName
{
border-color: #54B37B;
}
</style>