Shades of Ocean Green #49A17E
Tints of Ocean Green #49A17E
RGB
CMYK
RGB Variations
Color information
#49A17E (or 0x49A17E) is known color: Ocean Green. HEX triplet: 49, A1 and 7E. RGB value is (73,161,126). Sum of RGB (Red+Green+Blue) = 73+161+126=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 161 - color contains mainly: green. Hex color #49A17E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A17E is #B65E81. Grayscale: #828282. Windows color (decimal): -11951746 or 8298825. OLE color: 8298825.
HSL color Cylindrical-coordinate representation of color #49A17E: hue angle of 156.14º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A17E is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 161 | 126 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.37 |
| HSL | 156.14º | 0.38% | 0.46% | - |
| HSV(B) | 156.14º | 0.55% | 0.63% | - |
| XYZ | 19.26 | 28.41 | 24.21 | - |
| YUV | 130.7 | 125.35 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 161 | 126 | 0.55 | 0 | 0.22 | 0.37 | 156.14 | 0.38 | 0.46 |
| Hex | 49 | A1 | 7E | 37 | 0 | 16 | 25 | 9C | 26 | 2E |
| Octal | 111 | 241 | 176 | 67 | 0 | 26 | 45 | 234 | 46 | 56 |
| Binary | 1001001 | 10100001 | 1111110 | 110111 | 0 | 10110 | 100101 | 10011100 | 100110 | 101110 |
Color Harmonies of #49A17E
Complementary color
Monochromatic Colors of #49A17E
Black with #49A17E
Text Example
Text Example
White with #49A17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A17E; }
p { color: rgb(73,161,126); }
H1.HeaderClassName
{
color: #49A17E;
}
.AnyTagClassName
{
color: #49A17E;
}
</style>
background-color css
<style>
a { background-color: #49A17E; }
a { background-color: rgb(73,161,126); }
div.DivClassName
{
background-color: #49A17E;
}
.BgClassName
{
background-color: #49A17E;
}
</style>
border-color css
<style>
span { border-color: #49A17E; }
span { border-color: rgb(73,161,126); }
td.TdClassName
{
border-color: #49A17E;
}
.TagClassName
{
border-color: #49A17E;
}
</style>