Shades of Ocean Green #4AB873
Tints of Ocean Green #4AB873
RGB
CMYK
RGB Variations
Color information
#4AB873 (or 0x4AB873) is known color: Ocean Green. HEX triplet: 4A, B8 and 73. RGB value is (74,184,115). Sum of RGB (Red+Green+Blue) = 74+184+115=373 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.84% from 373); Green value is 184 (72.27% from 255 or 49.33% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 184 - color contains mainly: green. Hex color #4AB873 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB873 is #B5478C. Grayscale: #8F8F8F. Windows color (decimal): -11880333 or 7583818. OLE color: 7583818.
HSL color Cylindrical-coordinate representation of color #4AB873: hue angle of 142.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB873 is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 184 | 115 | - |
| CMYK | 0.60 | 0 | 0.38 | 0.28 |
| HSL | 142.36º | 0.44% | 0.51% | - |
| HSV(B) | 142.36º | 0.6% | 0.72% | - |
| XYZ | 23.06 | 36.97 | 22.14 | - |
| YUV | 143.24 | 112.06 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 184 | 115 | 0.60 | 0 | 0.38 | 0.28 | 142.36 | 0.44 | 0.51 |
| Hex | 4A | B8 | 73 | 3C | 0 | 26 | 1C | 8E | 2C | 33 |
| Octal | 112 | 270 | 163 | 74 | 0 | 46 | 34 | 216 | 54 | 63 |
| Binary | 1001010 | 10111000 | 1110011 | 111100 | 0 | 100110 | 11100 | 10001110 | 101100 | 110011 |
Color Harmonies of #4AB873
Complementary color
Monochromatic Colors of #4AB873
Black with #4AB873
Text Example
Text Example
White with #4AB873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB873; }
p { color: rgb(74,184,115); }
H1.HeaderClassName
{
color: #4AB873;
}
.AnyTagClassName
{
color: #4AB873;
}
</style>
background-color css
<style>
a { background-color: #4AB873; }
a { background-color: rgb(74,184,115); }
div.DivClassName
{
background-color: #4AB873;
}
.BgClassName
{
background-color: #4AB873;
}
</style>
border-color css
<style>
span { border-color: #4AB873; }
span { border-color: rgb(74,184,115); }
td.TdClassName
{
border-color: #4AB873;
}
.TagClassName
{
border-color: #4AB873;
}
</style>