Shades of Ocean Green #4AB87F
Tints of Ocean Green #4AB87F
RGB
CMYK
RGB Variations
Color information
#4AB87F (or 0x4AB87F) is known color: Ocean Green. HEX triplet: 4A, B8 and 7F. RGB value is (74,184,127). Sum of RGB (Red+Green+Blue) = 74+184+127=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #4AB87F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB87F is #B54780. Grayscale: #909090. Windows color (decimal): -11880321 or 8370250. OLE color: 8370250.
HSL color Cylindrical-coordinate representation of color #4AB87F: hue angle of 148.91º 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 #4AB87F is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 184 | 127 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.28 |
| HSL | 148.91º | 0.44% | 0.51% | - |
| HSV(B) | 148.91º | 0.6% | 0.72% | - |
| XYZ | 23.8 | 37.27 | 26.02 | - |
| YUV | 144.61 | 118.06 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 184 | 127 | 0.60 | 0 | 0.31 | 0.28 | 148.91 | 0.44 | 0.51 |
| Hex | 4A | B8 | 7F | 3C | 0 | 1F | 1C | 95 | 2C | 33 |
| Octal | 112 | 270 | 177 | 74 | 0 | 37 | 34 | 225 | 54 | 63 |
| Binary | 1001010 | 10111000 | 1111111 | 111100 | 0 | 11111 | 11100 | 10010101 | 101100 | 110011 |
Color Harmonies of #4AB87F
Complementary color
Monochromatic Colors of #4AB87F
Black with #4AB87F
Text Example
Text Example
White with #4AB87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB87F; }
p { color: rgb(74,184,127); }
H1.HeaderClassName
{
color: #4AB87F;
}
.AnyTagClassName
{
color: #4AB87F;
}
</style>
background-color css
<style>
a { background-color: #4AB87F; }
a { background-color: rgb(74,184,127); }
div.DivClassName
{
background-color: #4AB87F;
}
.BgClassName
{
background-color: #4AB87F;
}
</style>
border-color css
<style>
span { border-color: #4AB87F; }
span { border-color: rgb(74,184,127); }
td.TdClassName
{
border-color: #4AB87F;
}
.TagClassName
{
border-color: #4AB87F;
}
</style>