Shades of Ocean Green #49AA7F
Tints of Ocean Green #49AA7F
RGB
CMYK
RGB Variations
Color information
#49AA7F (or 0x49AA7F) is known color: Ocean Green. HEX triplet: 49, AA and 7F. RGB value is (73,170,127). Sum of RGB (Red+Green+Blue) = 73+170+127=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 170 - color contains mainly: green. Hex color #49AA7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AA7F is #B65580. Grayscale: #888888. Windows color (decimal): -11949441 or 8366665. OLE color: 8366665.
HSL color Cylindrical-coordinate representation of color #49AA7F: hue angle of 153.4º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49AA7F is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 170 | 127 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.33 |
| HSL | 153.4º | 0.4% | 0.48% | - |
| HSV(B) | 153.4º | 0.57% | 0.67% | - |
| XYZ | 20.95 | 31.7 | 25.09 | - |
| YUV | 136.1 | 122.86 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 170 | 127 | 0.57 | 0 | 0.25 | 0.33 | 153.4 | 0.4 | 0.48 |
| Hex | 49 | AA | 7F | 39 | 0 | 19 | 21 | 99 | 28 | 30 |
| Octal | 111 | 252 | 177 | 71 | 0 | 31 | 41 | 231 | 50 | 60 |
| Binary | 1001001 | 10101010 | 1111111 | 111001 | 0 | 11001 | 100001 | 10011001 | 101000 | 110000 |
Color Harmonies of #49AA7F
Complementary color
Monochromatic Colors of #49AA7F
Black with #49AA7F
Text Example
Text Example
White with #49AA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AA7F; }
p { color: rgb(73,170,127); }
H1.HeaderClassName
{
color: #49AA7F;
}
.AnyTagClassName
{
color: #49AA7F;
}
</style>
background-color css
<style>
a { background-color: #49AA7F; }
a { background-color: rgb(73,170,127); }
div.DivClassName
{
background-color: #49AA7F;
}
.BgClassName
{
background-color: #49AA7F;
}
</style>
border-color css
<style>
span { border-color: #49AA7F; }
span { border-color: rgb(73,170,127); }
td.TdClassName
{
border-color: #49AA7F;
}
.TagClassName
{
border-color: #49AA7F;
}
</style>