Shades of Ocean Green #4BA87E
Tints of Ocean Green #4BA87E
RGB
CMYK
RGB Variations
Color information
#4BA87E (or 0x4BA87E) is known color: Ocean Green. HEX triplet: 4B, A8 and 7E. RGB value is (75,168,126). Sum of RGB (Red+Green+Blue) = 75+168+126=369 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.33% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 168 - color contains mainly: green. Hex color #4BA87E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA87E is #B45781. Grayscale: #878787. Windows color (decimal): -11818882 or 8300619. OLE color: 8300619.
HSL color Cylindrical-coordinate representation of color #4BA87E: hue angle of 152.9º 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 #4BA87E is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 75 | 168 | 126 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.34 |
| HSL | 152.9º | 0.38% | 0.48% | - |
| HSV(B) | 152.9º | 0.55% | 0.66% | - |
| XYZ | 20.67 | 31.01 | 24.63 | - |
| YUV | 135.41 | 122.69 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 168 | 126 | 0.55 | 0 | 0.25 | 0.34 | 152.9 | 0.38 | 0.48 |
| Hex | 4B | A8 | 7E | 37 | 0 | 19 | 22 | 99 | 26 | 30 |
| Octal | 113 | 250 | 176 | 67 | 0 | 31 | 42 | 231 | 46 | 60 |
| Binary | 1001011 | 10101000 | 1111110 | 110111 | 0 | 11001 | 100010 | 10011001 | 100110 | 110000 |
Color Harmonies of #4BA87E
Complementary color
Monochromatic Colors of #4BA87E
Black with #4BA87E
Text Example
Text Example
White with #4BA87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA87E; }
p { color: rgb(75,168,126); }
H1.HeaderClassName
{
color: #4BA87E;
}
.AnyTagClassName
{
color: #4BA87E;
}
</style>
background-color css
<style>
a { background-color: #4BA87E; }
a { background-color: rgb(75,168,126); }
div.DivClassName
{
background-color: #4BA87E;
}
.BgClassName
{
background-color: #4BA87E;
}
</style>
border-color css
<style>
span { border-color: #4BA87E; }
span { border-color: rgb(75,168,126); }
td.TdClassName
{
border-color: #4BA87E;
}
.TagClassName
{
border-color: #4BA87E;
}
</style>