Shades of Ocean Green #4AB875
Tints of Ocean Green #4AB875
RGB
CMYK
RGB Variations
Color information
#4AB875 (or 0x4AB875) is known color: Ocean Green. HEX triplet: 4A, B8 and 75. RGB value is (74,184,117). Sum of RGB (Red+Green+Blue) = 74+184+117=375 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.73% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 184 - color contains mainly: green. Hex color #4AB875 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB875 is #B5478A. Grayscale: #8F8F8F. Windows color (decimal): -11880331 or 7714890. OLE color: 7714890.
HSL color Cylindrical-coordinate representation of color #4AB875: hue angle of 143.45º 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 #4AB875 is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 184 | 117 | - |
| CMYK | 0.60 | 0 | 0.36 | 0.28 |
| HSL | 143.45º | 0.44% | 0.51% | - |
| HSV(B) | 143.45º | 0.6% | 0.72% | - |
| XYZ | 23.18 | 37.02 | 22.75 | - |
| YUV | 143.47 | 113.06 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 184 | 117 | 0.60 | 0 | 0.36 | 0.28 | 143.45 | 0.44 | 0.51 |
| Hex | 4A | B8 | 75 | 3C | 0 | 24 | 1C | 8F | 2C | 33 |
| Octal | 112 | 270 | 165 | 74 | 0 | 44 | 34 | 217 | 54 | 63 |
| Binary | 1001010 | 10111000 | 1110101 | 111100 | 0 | 100100 | 11100 | 10001111 | 101100 | 110011 |
Color Harmonies of #4AB875
Complementary color
Monochromatic Colors of #4AB875
Black with #4AB875
Text Example
Text Example
White with #4AB875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB875; }
p { color: rgb(74,184,117); }
H1.HeaderClassName
{
color: #4AB875;
}
.AnyTagClassName
{
color: #4AB875;
}
</style>
background-color css
<style>
a { background-color: #4AB875; }
a { background-color: rgb(74,184,117); }
div.DivClassName
{
background-color: #4AB875;
}
.BgClassName
{
background-color: #4AB875;
}
</style>
border-color css
<style>
span { border-color: #4AB875; }
span { border-color: rgb(74,184,117); }
td.TdClassName
{
border-color: #4AB875;
}
.TagClassName
{
border-color: #4AB875;
}
</style>