Shades of Ocean Green #549C7B
Tints of Ocean Green #549C7B
RGB
CMYK
RGB Variations
Color information
#549C7B (or 0x549C7B) is known color: Ocean Green. HEX triplet: 54, 9C and 7B. RGB value is (84,156,123). Sum of RGB (Red+Green+Blue) = 84+156+123=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 156 - color contains mainly: green. Hex color #549C7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549C7B is #AB6384. Grayscale: #828282. Windows color (decimal): -11232133 or 8100948. OLE color: 8100948.
HSL color Cylindrical-coordinate representation of color #549C7B: hue angle of 152.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549C7B is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 156 | 123 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.39 |
| HSL | 152.5º | 0.3% | 0.47% | - |
| HSV(B) | 152.5º | 0.46% | 0.61% | - |
| XYZ | 19.12 | 27.09 | 22.96 | - |
| YUV | 130.71 | 123.65 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 156 | 123 | 0.46 | 0 | 0.21 | 0.39 | 152.5 | 0.3 | 0.47 |
| Hex | 54 | 9C | 7B | 2E | 0 | 15 | 27 | 98 | 1E | 2F |
| Octal | 124 | 234 | 173 | 56 | 0 | 25 | 47 | 230 | 36 | 57 |
| Binary | 1010100 | 10011100 | 1111011 | 101110 | 0 | 10101 | 100111 | 10011000 | 11110 | 101111 |
Color Harmonies of #549C7B
Complementary color
Monochromatic Colors of #549C7B
Black with #549C7B
Text Example
Text Example
White with #549C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549C7B; }
p { color: rgb(84,156,123); }
H1.HeaderClassName
{
color: #549C7B;
}
.AnyTagClassName
{
color: #549C7B;
}
</style>
background-color css
<style>
a { background-color: #549C7B; }
a { background-color: rgb(84,156,123); }
div.DivClassName
{
background-color: #549C7B;
}
.BgClassName
{
background-color: #549C7B;
}
</style>
border-color css
<style>
span { border-color: #549C7B; }
span { border-color: rgb(84,156,123); }
td.TdClassName
{
border-color: #549C7B;
}
.TagClassName
{
border-color: #549C7B;
}
</style>