Shades of Ocean Green #549F6C
Tints of Ocean Green #549F6C
RGB
CMYK
RGB Variations
Color information
#549F6C (or 0x549F6C) is known color: Ocean Green. HEX triplet: 54, 9F and 6C. RGB value is (84,159,108). Sum of RGB (Red+Green+Blue) = 84+159+108=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 159 - color contains mainly: green. Hex color #549F6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549F6C is #AB6093. Grayscale: #828282. Windows color (decimal): -11231380 or 7118676. OLE color: 7118676.
HSL color Cylindrical-coordinate representation of color #549F6C: hue angle of 139.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 #549F6C is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 159 | 108 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.38 |
| HSL | 139.2º | 0.31% | 0.48% | - |
| HSV(B) | 139.2º | 0.47% | 0.62% | - |
| XYZ | 18.76 | 27.76 | 18.56 | - |
| YUV | 130.76 | 115.15 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 159 | 108 | 0.47 | 0 | 0.32 | 0.38 | 139.2 | 0.31 | 0.48 |
| Hex | 54 | 9F | 6C | 2F | 0 | 20 | 26 | 8B | 1F | 30 |
| Octal | 124 | 237 | 154 | 57 | 0 | 40 | 46 | 213 | 37 | 60 |
| Binary | 1010100 | 10011111 | 1101100 | 101111 | 0 | 100000 | 100110 | 10001011 | 11111 | 110000 |
Color Harmonies of #549F6C
Complementary color
Monochromatic Colors of #549F6C
Black with #549F6C
Text Example
Text Example
White with #549F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549F6C; }
p { color: rgb(84,159,108); }
H1.HeaderClassName
{
color: #549F6C;
}
.AnyTagClassName
{
color: #549F6C;
}
</style>
background-color css
<style>
a { background-color: #549F6C; }
a { background-color: rgb(84,159,108); }
div.DivClassName
{
background-color: #549F6C;
}
.BgClassName
{
background-color: #549F6C;
}
</style>
border-color css
<style>
span { border-color: #549F6C; }
span { border-color: rgb(84,159,108); }
td.TdClassName
{
border-color: #549F6C;
}
.TagClassName
{
border-color: #549F6C;
}
</style>