Shades of Ocean Green #49AF7B
Tints of Ocean Green #49AF7B
RGB
CMYK
RGB Variations
Color information
#49AF7B (or 0x49AF7B) is known color: Ocean Green. HEX triplet: 49, AF and 7B. RGB value is (73,175,123). Sum of RGB (Red+Green+Blue) = 73+175+123=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AF7B is #B65084. Grayscale: #8A8A8A. Windows color (decimal): -11948165 or 8105801. OLE color: 8105801.
HSL color Cylindrical-coordinate representation of color #49AF7B: hue angle of 149.41º 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 #49AF7B is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 175 | 123 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.31 |
| HSL | 149.41º | 0.41% | 0.49% | - |
| HSV(B) | 149.41º | 0.58% | 0.69% | - |
| XYZ | 21.65 | 33.51 | 24.07 | - |
| YUV | 138.57 | 119.21 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 123 | 0.58 | 0 | 0.30 | 0.31 | 149.41 | 0.41 | 0.49 |
| Hex | 49 | AF | 7B | 3A | 0 | 1E | 1F | 95 | 29 | 31 |
| Octal | 111 | 257 | 173 | 72 | 0 | 36 | 37 | 225 | 51 | 61 |
| Binary | 1001001 | 10101111 | 1111011 | 111010 | 0 | 11110 | 11111 | 10010101 | 101001 | 110001 |
Color Harmonies of #49AF7B
Complementary color
Monochromatic Colors of #49AF7B
Black with #49AF7B
Text Example
Text Example
White with #49AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AF7B; }
p { color: rgb(73,175,123); }
H1.HeaderClassName
{
color: #49AF7B;
}
.AnyTagClassName
{
color: #49AF7B;
}
</style>
background-color css
<style>
a { background-color: #49AF7B; }
a { background-color: rgb(73,175,123); }
div.DivClassName
{
background-color: #49AF7B;
}
.BgClassName
{
background-color: #49AF7B;
}
</style>
border-color css
<style>
span { border-color: #49AF7B; }
span { border-color: rgb(73,175,123); }
td.TdClassName
{
border-color: #49AF7B;
}
.TagClassName
{
border-color: #49AF7B;
}
</style>