Shades of Ocean Green #49AE7C
Tints of Ocean Green #49AE7C
RGB
CMYK
RGB Variations
Color information
#49AE7C (or 0x49AE7C) is known color: Ocean Green. HEX triplet: 49, AE and 7C. RGB value is (73,174,124). Sum of RGB (Red+Green+Blue) = 73+174+124=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 174 (68.36% from 255 or 46.90% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 174 - color contains mainly: green. Hex color #49AE7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AE7C is #B65183. Grayscale: #8A8A8A. Windows color (decimal): -11948420 or 8171081. OLE color: 8171081.
HSL color Cylindrical-coordinate representation of color #49AE7C: hue angle of 150.3º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AE7C is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 174 | 124 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.32 |
| HSL | 150.3º | 0.41% | 0.48% | - |
| HSV(B) | 150.3º | 0.58% | 0.68% | - |
| XYZ | 21.52 | 33.14 | 24.33 | - |
| YUV | 138.1 | 120.04 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 174 | 124 | 0.58 | 0 | 0.29 | 0.32 | 150.3 | 0.41 | 0.48 |
| Hex | 49 | AE | 7C | 3A | 0 | 1D | 20 | 96 | 29 | 30 |
| Octal | 111 | 256 | 174 | 72 | 0 | 35 | 40 | 226 | 51 | 60 |
| Binary | 1001001 | 10101110 | 1111100 | 111010 | 0 | 11101 | 100000 | 10010110 | 101001 | 110000 |
Color Harmonies of #49AE7C
Complementary color
Monochromatic Colors of #49AE7C
Black with #49AE7C
Text Example
Text Example
White with #49AE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AE7C; }
p { color: rgb(73,174,124); }
H1.HeaderClassName
{
color: #49AE7C;
}
.AnyTagClassName
{
color: #49AE7C;
}
</style>
background-color css
<style>
a { background-color: #49AE7C; }
a { background-color: rgb(73,174,124); }
div.DivClassName
{
background-color: #49AE7C;
}
.BgClassName
{
background-color: #49AE7C;
}
</style>
border-color css
<style>
span { border-color: #49AE7C; }
span { border-color: rgb(73,174,124); }
td.TdClassName
{
border-color: #49AE7C;
}
.TagClassName
{
border-color: #49AE7C;
}
</style>