Shades of Ocean Green #4BA878
Tints of Ocean Green #4BA878
RGB
CMYK
RGB Variations
Color information
#4BA878 (or 0x4BA878) is known color: Ocean Green. HEX triplet: 4B, A8 and 78. RGB value is (75,168,120). Sum of RGB (Red+Green+Blue) = 75+168+120=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 168 - color contains mainly: green. Hex color #4BA878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA878 is #B45787. Grayscale: #868686. Windows color (decimal): -11818888 or 7907403. OLE color: 7907403.
HSL color Cylindrical-coordinate representation of color #4BA878: hue angle of 149.03º 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 #4BA878 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 75 | 168 | 120 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.34 |
| HSL | 149.03º | 0.38% | 0.48% | - |
| HSV(B) | 149.03º | 0.55% | 0.66% | - |
| XYZ | 20.29 | 30.86 | 22.66 | - |
| YUV | 134.72 | 119.69 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 168 | 120 | 0.55 | 0 | 0.29 | 0.34 | 149.03 | 0.38 | 0.48 |
| Hex | 4B | A8 | 78 | 37 | 0 | 1D | 22 | 95 | 26 | 30 |
| Octal | 113 | 250 | 170 | 67 | 0 | 35 | 42 | 225 | 46 | 60 |
| Binary | 1001011 | 10101000 | 1111000 | 110111 | 0 | 11101 | 100010 | 10010101 | 100110 | 110000 |
Color Harmonies of #4BA878
Complementary color
Monochromatic Colors of #4BA878
Black with #4BA878
Text Example
Text Example
White with #4BA878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA878; }
p { color: rgb(75,168,120); }
H1.HeaderClassName
{
color: #4BA878;
}
.AnyTagClassName
{
color: #4BA878;
}
</style>
background-color css
<style>
a { background-color: #4BA878; }
a { background-color: rgb(75,168,120); }
div.DivClassName
{
background-color: #4BA878;
}
.BgClassName
{
background-color: #4BA878;
}
</style>
border-color css
<style>
span { border-color: #4BA878; }
span { border-color: rgb(75,168,120); }
td.TdClassName
{
border-color: #4BA878;
}
.TagClassName
{
border-color: #4BA878;
}
</style>