Shades of Ocean Green #49AF7A
Tints of Ocean Green #49AF7A
RGB
CMYK
RGB Variations
Color information
#49AF7A (or 0x49AF7A) is known color: Ocean Green. HEX triplet: 49, AF and 7A. RGB value is (73,175,122). Sum of RGB (Red+Green+Blue) = 73+175+122=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AF7A is #B65085. Grayscale: #8A8A8A. Windows color (decimal): -11948166 or 8040265. OLE color: 8040265.
HSL color Cylindrical-coordinate representation of color #49AF7A: hue angle of 148.82º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AF7A is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 175 | 122 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.31 |
| HSL | 148.82º | 0.41% | 0.49% | - |
| HSV(B) | 148.82º | 0.58% | 0.69% | - |
| XYZ | 21.59 | 33.48 | 23.74 | - |
| YUV | 138.46 | 118.71 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 122 | 0.58 | 0 | 0.30 | 0.31 | 148.82 | 0.41 | 0.49 |
| Hex | 49 | AF | 7A | 3A | 0 | 1E | 1F | 95 | 29 | 31 |
| Octal | 111 | 257 | 172 | 72 | 0 | 36 | 37 | 225 | 51 | 61 |
| Binary | 1001001 | 10101111 | 1111010 | 111010 | 0 | 11110 | 11111 | 10010101 | 101001 | 110001 |
Color Harmonies of #49AF7A
Complementary color
Monochromatic Colors of #49AF7A
Black with #49AF7A
Text Example
Text Example
White with #49AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AF7A; }
p { color: rgb(73,175,122); }
H1.HeaderClassName
{
color: #49AF7A;
}
.AnyTagClassName
{
color: #49AF7A;
}
</style>
background-color css
<style>
a { background-color: #49AF7A; }
a { background-color: rgb(73,175,122); }
div.DivClassName
{
background-color: #49AF7A;
}
.BgClassName
{
background-color: #49AF7A;
}
</style>
border-color css
<style>
span { border-color: #49AF7A; }
span { border-color: rgb(73,175,122); }
td.TdClassName
{
border-color: #49AF7A;
}
.TagClassName
{
border-color: #49AF7A;
}
</style>