Shades of Ocean Green #549E7B
Tints of Ocean Green #549E7B
RGB
CMYK
RGB Variations
Color information
#549E7B (or 0x549E7B) is known color: Ocean Green. HEX triplet: 54, 9E and 7B. RGB value is (84,158,123). Sum of RGB (Red+Green+Blue) = 84+158+123=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 158 - color contains mainly: green. Hex color #549E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549E7B is #AB6184. Grayscale: #838383. Windows color (decimal): -11231621 or 8101460. OLE color: 8101460.
HSL color Cylindrical-coordinate representation of color #549E7B: hue angle of 151.62º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #549E7B is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 158 | 123 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.38 |
| HSL | 151.62º | 0.31% | 0.47% | - |
| HSV(B) | 151.62º | 0.47% | 0.62% | - |
| XYZ | 19.46 | 27.77 | 23.07 | - |
| YUV | 131.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 158 | 123 | 0.47 | 0 | 0.22 | 0.38 | 151.62 | 0.31 | 0.47 |
| Hex | 54 | 9E | 7B | 2F | 0 | 16 | 26 | 98 | 1F | 2F |
| Octal | 124 | 236 | 173 | 57 | 0 | 26 | 46 | 230 | 37 | 57 |
| Binary | 1010100 | 10011110 | 1111011 | 101111 | 0 | 10110 | 100110 | 10011000 | 11111 | 101111 |
Color Harmonies of #549E7B
Complementary color
Monochromatic Colors of #549E7B
Black with #549E7B
Text Example
Text Example
White with #549E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549E7B; }
p { color: rgb(84,158,123); }
H1.HeaderClassName
{
color: #549E7B;
}
.AnyTagClassName
{
color: #549E7B;
}
</style>
background-color css
<style>
a { background-color: #549E7B; }
a { background-color: rgb(84,158,123); }
div.DivClassName
{
background-color: #549E7B;
}
.BgClassName
{
background-color: #549E7B;
}
</style>
border-color css
<style>
span { border-color: #549E7B; }
span { border-color: rgb(84,158,123); }
td.TdClassName
{
border-color: #549E7B;
}
.TagClassName
{
border-color: #549E7B;
}
</style>