Shades of Ocean Green #549F7B
Tints of Ocean Green #549F7B
RGB
CMYK
RGB Variations
Color information
#549F7B (or 0x549F7B) is known color: Ocean Green. HEX triplet: 54, 9F and 7B. RGB value is (84,159,123). Sum of RGB (Red+Green+Blue) = 84+159+123=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 159 - color contains mainly: green. Hex color #549F7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549F7B is #AB6084. Grayscale: #848484. Windows color (decimal): -11231365 or 8101716. OLE color: 8101716.
HSL color Cylindrical-coordinate representation of color #549F7B: hue angle of 151.2º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #549F7B is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 159 | 123 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.38 |
| HSL | 151.2º | 0.31% | 0.48% | - |
| HSV(B) | 151.2º | 0.47% | 0.62% | - |
| XYZ | 19.63 | 28.11 | 23.13 | - |
| YUV | 132.47 | 122.65 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 159 | 123 | 0.47 | 0 | 0.23 | 0.38 | 151.2 | 0.31 | 0.48 |
| Hex | 54 | 9F | 7B | 2F | 0 | 17 | 26 | 97 | 1F | 30 |
| Octal | 124 | 237 | 173 | 57 | 0 | 27 | 46 | 227 | 37 | 60 |
| Binary | 1010100 | 10011111 | 1111011 | 101111 | 0 | 10111 | 100110 | 10010111 | 11111 | 110000 |
Color Harmonies of #549F7B
Complementary color
Monochromatic Colors of #549F7B
Black with #549F7B
Text Example
Text Example
White with #549F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549F7B; }
p { color: rgb(84,159,123); }
H1.HeaderClassName
{
color: #549F7B;
}
.AnyTagClassName
{
color: #549F7B;
}
</style>
background-color css
<style>
a { background-color: #549F7B; }
a { background-color: rgb(84,159,123); }
div.DivClassName
{
background-color: #549F7B;
}
.BgClassName
{
background-color: #549F7B;
}
</style>
border-color css
<style>
span { border-color: #549F7B; }
span { border-color: rgb(84,159,123); }
td.TdClassName
{
border-color: #549F7B;
}
.TagClassName
{
border-color: #549F7B;
}
</style>