Shades of Ocean Green #4BB488
Tints of Ocean Green #4BB488
RGB
CMYK
RGB Variations
Color information
#4BB488 (or 0x4BB488) is known color: Ocean Green. HEX triplet: 4B, B4 and 88. RGB value is (75,180,136). Sum of RGB (Red+Green+Blue) = 75+180+136=391 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.18% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 180 - color contains mainly: green. Hex color #4BB488 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB488 is #B44B77. Grayscale: #8F8F8F. Windows color (decimal): -11815800 or 8959051. OLE color: 8959051.
HSL color Cylindrical-coordinate representation of color #4BB488: hue angle of 154.86º 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 #4BB488 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 75 | 180 | 136 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.29 |
| HSL | 154.86º | 0.41% | 0.5% | - |
| HSV(B) | 154.86º | 0.58% | 0.71% | - |
| XYZ | 23.67 | 35.92 | 28.98 | - |
| YUV | 143.59 | 123.71 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 180 | 136 | 0.58 | 0 | 0.24 | 0.29 | 154.86 | 0.41 | 0.5 |
| Hex | 4B | B4 | 88 | 3A | 0 | 18 | 1D | 9B | 29 | 32 |
| Octal | 113 | 264 | 210 | 72 | 0 | 30 | 35 | 233 | 51 | 62 |
| Binary | 1001011 | 10110100 | 10001000 | 111010 | 0 | 11000 | 11101 | 10011011 | 101001 | 110010 |
Color Harmonies of #4BB488
Complementary color
Monochromatic Colors of #4BB488
Black with #4BB488
Text Example
Text Example
White with #4BB488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB488; }
p { color: rgb(75,180,136); }
H1.HeaderClassName
{
color: #4BB488;
}
.AnyTagClassName
{
color: #4BB488;
}
</style>
background-color css
<style>
a { background-color: #4BB488; }
a { background-color: rgb(75,180,136); }
div.DivClassName
{
background-color: #4BB488;
}
.BgClassName
{
background-color: #4BB488;
}
</style>
border-color css
<style>
span { border-color: #4BB488; }
span { border-color: rgb(75,180,136); }
td.TdClassName
{
border-color: #4BB488;
}
.TagClassName
{
border-color: #4BB488;
}
</style>