Shades of Ocean Green #49AE80
Tints of Ocean Green #49AE80
RGB
CMYK
RGB Variations
Color information
#49AE80 (or 0x49AE80) is known color: Ocean Green. HEX triplet: 49, AE and 80. RGB value is (73,174,128). Sum of RGB (Red+Green+Blue) = 73+174+128=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 174 - color contains mainly: green. Hex color #49AE80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AE80 is #B6517F. Grayscale: #8A8A8A. Windows color (decimal): -11948416 or 8433225. OLE color: 8433225.
HSL color Cylindrical-coordinate representation of color #49AE80: hue angle of 152.67º 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 #49AE80 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 174 | 128 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.32 |
| HSL | 152.67º | 0.41% | 0.48% | - |
| HSV(B) | 152.67º | 0.58% | 0.68% | - |
| XYZ | 21.78 | 33.25 | 25.69 | - |
| YUV | 138.56 | 122.04 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 174 | 128 | 0.58 | 0 | 0.26 | 0.32 | 152.67 | 0.41 | 0.48 |
| Hex | 49 | AE | 80 | 3A | 0 | 1A | 20 | 99 | 29 | 30 |
| Octal | 111 | 256 | 200 | 72 | 0 | 32 | 40 | 231 | 51 | 60 |
| Binary | 1001001 | 10101110 | 10000000 | 111010 | 0 | 11010 | 100000 | 10011001 | 101001 | 110000 |
Color Harmonies of #49AE80
Complementary color
Monochromatic Colors of #49AE80
Black with #49AE80
Text Example
Text Example
White with #49AE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AE80; }
p { color: rgb(73,174,128); }
H1.HeaderClassName
{
color: #49AE80;
}
.AnyTagClassName
{
color: #49AE80;
}
</style>
background-color css
<style>
a { background-color: #49AE80; }
a { background-color: rgb(73,174,128); }
div.DivClassName
{
background-color: #49AE80;
}
.BgClassName
{
background-color: #49AE80;
}
</style>
border-color css
<style>
span { border-color: #49AE80; }
span { border-color: rgb(73,174,128); }
td.TdClassName
{
border-color: #49AE80;
}
.TagClassName
{
border-color: #49AE80;
}
</style>