Shades of Ocean Green #4BB487
Tints of Ocean Green #4BB487
RGB
CMYK
RGB Variations
Color information
#4BB487 (or 0x4BB487) is known color: Ocean Green. HEX triplet: 4B, B4 and 87. RGB value is (75,180,135). Sum of RGB (Red+Green+Blue) = 75+180+135=390 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.23% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #4BB487 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB487 is #B44B78. Grayscale: #8F8F8F. Windows color (decimal): -11815801 or 8893515. OLE color: 8893515.
HSL color Cylindrical-coordinate representation of color #4BB487: hue angle of 154.29º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB487 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 75 | 180 | 135 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.29 |
| HSL | 154.29º | 0.41% | 0.5% | - |
| HSV(B) | 154.29º | 0.58% | 0.71% | - |
| XYZ | 23.6 | 35.89 | 28.61 | - |
| YUV | 143.48 | 123.21 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 180 | 135 | 0.58 | 0 | 0.25 | 0.29 | 154.29 | 0.41 | 0.5 |
| Hex | 4B | B4 | 87 | 3A | 0 | 19 | 1D | 9A | 29 | 32 |
| Octal | 113 | 264 | 207 | 72 | 0 | 31 | 35 | 232 | 51 | 62 |
| Binary | 1001011 | 10110100 | 10000111 | 111010 | 0 | 11001 | 11101 | 10011010 | 101001 | 110010 |
Color Harmonies of #4BB487
Complementary color
Monochromatic Colors of #4BB487
Black with #4BB487
Text Example
Text Example
White with #4BB487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB487; }
p { color: rgb(75,180,135); }
H1.HeaderClassName
{
color: #4BB487;
}
.AnyTagClassName
{
color: #4BB487;
}
</style>
background-color css
<style>
a { background-color: #4BB487; }
a { background-color: rgb(75,180,135); }
div.DivClassName
{
background-color: #4BB487;
}
.BgClassName
{
background-color: #4BB487;
}
</style>
border-color css
<style>
span { border-color: #4BB487; }
span { border-color: rgb(75,180,135); }
td.TdClassName
{
border-color: #4BB487;
}
.TagClassName
{
border-color: #4BB487;
}
</style>