Shades of Ocean Green #49AB83
Tints of Ocean Green #49AB83
RGB
CMYK
RGB Variations
Color information
#49AB83 (or 0x49AB83) is known color: Ocean Green. HEX triplet: 49, AB and 83. RGB value is (73,171,131). Sum of RGB (Red+Green+Blue) = 73+171+131=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #49AB83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AB83 is #B6547C. Grayscale: #898989. Windows color (decimal): -11949181 or 8629065. OLE color: 8629065.
HSL color Cylindrical-coordinate representation of color #49AB83: hue angle of 155.51º 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 #49AB83 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 171 | 131 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.33 |
| HSL | 155.51º | 0.4% | 0.48% | - |
| HSV(B) | 155.51º | 0.57% | 0.67% | - |
| XYZ | 21.41 | 32.18 | 26.56 | - |
| YUV | 137.14 | 124.53 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 171 | 131 | 0.57 | 0 | 0.23 | 0.33 | 155.51 | 0.4 | 0.48 |
| Hex | 49 | AB | 83 | 39 | 0 | 17 | 21 | 9C | 28 | 30 |
| Octal | 111 | 253 | 203 | 71 | 0 | 27 | 41 | 234 | 50 | 60 |
| Binary | 1001001 | 10101011 | 10000011 | 111001 | 0 | 10111 | 100001 | 10011100 | 101000 | 110000 |
Color Harmonies of #49AB83
Complementary color
Monochromatic Colors of #49AB83
Black with #49AB83
Text Example
Text Example
White with #49AB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AB83; }
p { color: rgb(73,171,131); }
H1.HeaderClassName
{
color: #49AB83;
}
.AnyTagClassName
{
color: #49AB83;
}
</style>
background-color css
<style>
a { background-color: #49AB83; }
a { background-color: rgb(73,171,131); }
div.DivClassName
{
background-color: #49AB83;
}
.BgClassName
{
background-color: #49AB83;
}
</style>
border-color css
<style>
span { border-color: #49AB83; }
span { border-color: rgb(73,171,131); }
td.TdClassName
{
border-color: #49AB83;
}
.TagClassName
{
border-color: #49AB83;
}
</style>