Shades of Ocean Green #4AB883
Tints of Ocean Green #4AB883
RGB
CMYK
RGB Variations
Color information
#4AB883 (or 0x4AB883) is known color: Ocean Green. HEX triplet: 4A, B8 and 83. RGB value is (74,184,131). Sum of RGB (Red+Green+Blue) = 74+184+131=389 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.02% from 389); Green value is 184 (72.27% from 255 or 47.30% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 184 - color contains mainly: green. Hex color #4AB883 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB883 is #B5477C. Grayscale: #919191. Windows color (decimal): -11880317 or 8632394. OLE color: 8632394.
HSL color Cylindrical-coordinate representation of color #4AB883: hue angle of 151.09º 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 #4AB883 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 184 | 131 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.28 |
| HSL | 151.09º | 0.44% | 0.51% | - |
| HSV(B) | 151.09º | 0.6% | 0.72% | - |
| XYZ | 24.06 | 37.38 | 27.42 | - |
| YUV | 145.07 | 120.06 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 184 | 131 | 0.60 | 0 | 0.29 | 0.28 | 151.09 | 0.44 | 0.51 |
| Hex | 4A | B8 | 83 | 3C | 0 | 1D | 1C | 97 | 2C | 33 |
| Octal | 112 | 270 | 203 | 74 | 0 | 35 | 34 | 227 | 54 | 63 |
| Binary | 1001010 | 10111000 | 10000011 | 111100 | 0 | 11101 | 11100 | 10010111 | 101100 | 110011 |
Color Harmonies of #4AB883
Complementary color
Monochromatic Colors of #4AB883
Black with #4AB883
Text Example
Text Example
White with #4AB883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB883; }
p { color: rgb(74,184,131); }
H1.HeaderClassName
{
color: #4AB883;
}
.AnyTagClassName
{
color: #4AB883;
}
</style>
background-color css
<style>
a { background-color: #4AB883; }
a { background-color: rgb(74,184,131); }
div.DivClassName
{
background-color: #4AB883;
}
.BgClassName
{
background-color: #4AB883;
}
</style>
border-color css
<style>
span { border-color: #4AB883; }
span { border-color: rgb(74,184,131); }
td.TdClassName
{
border-color: #4AB883;
}
.TagClassName
{
border-color: #4AB883;
}
</style>