Shades of Ocean Green #4BA87B
Tints of Ocean Green #4BA87B
RGB
CMYK
RGB Variations
Color information
#4BA87B (or 0x4BA87B) is known color: Ocean Green. HEX triplet: 4B, A8 and 7B. RGB value is (75,168,123). Sum of RGB (Red+Green+Blue) = 75+168+123=366 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.49% from 366); Green value is 168 (66.02% from 255 or 45.90% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 168 - color contains mainly: green. Hex color #4BA87B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA87B is #B45784. Grayscale: #878787. Windows color (decimal): -11818885 or 8104011. OLE color: 8104011.
HSL color Cylindrical-coordinate representation of color #4BA87B: hue angle of 150.97º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA87B is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 75 | 168 | 123 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.34 |
| HSL | 150.97º | 0.38% | 0.48% | - |
| HSV(B) | 150.97º | 0.55% | 0.66% | - |
| XYZ | 20.48 | 30.93 | 23.63 | - |
| YUV | 135.06 | 121.19 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 168 | 123 | 0.55 | 0 | 0.27 | 0.34 | 150.97 | 0.38 | 0.48 |
| Hex | 4B | A8 | 7B | 37 | 0 | 1B | 22 | 97 | 26 | 30 |
| Octal | 113 | 250 | 173 | 67 | 0 | 33 | 42 | 227 | 46 | 60 |
| Binary | 1001011 | 10101000 | 1111011 | 110111 | 0 | 11011 | 100010 | 10010111 | 100110 | 110000 |
Color Harmonies of #4BA87B
Complementary color
Monochromatic Colors of #4BA87B
Black with #4BA87B
Text Example
Text Example
White with #4BA87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA87B; }
p { color: rgb(75,168,123); }
H1.HeaderClassName
{
color: #4BA87B;
}
.AnyTagClassName
{
color: #4BA87B;
}
</style>
background-color css
<style>
a { background-color: #4BA87B; }
a { background-color: rgb(75,168,123); }
div.DivClassName
{
background-color: #4BA87B;
}
.BgClassName
{
background-color: #4BA87B;
}
</style>
border-color css
<style>
span { border-color: #4BA87B; }
span { border-color: rgb(75,168,123); }
td.TdClassName
{
border-color: #4BA87B;
}
.TagClassName
{
border-color: #4BA87B;
}
</style>