Shades of Ocean Green #4BA27F
Tints of Ocean Green #4BA27F
RGB
CMYK
RGB Variations
Color information
#4BA27F (or 0x4BA27F) is known color: Ocean Green. HEX triplet: 4B, A2 and 7F. RGB value is (75,162,127). Sum of RGB (Red+Green+Blue) = 75+162+127=364 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.60% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA27F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA27F is #B45D80. Grayscale: #848484. Windows color (decimal): -11820417 or 8364619. OLE color: 8364619.
HSL color Cylindrical-coordinate representation of color #4BA27F: hue angle of 155.86º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA27F is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 162 | 127 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.36 |
| HSL | 155.86º | 0.37% | 0.46% | - |
| HSV(B) | 155.86º | 0.54% | 0.64% | - |
| XYZ | 19.65 | 28.87 | 24.62 | - |
| YUV | 132 | 125.18 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 162 | 127 | 0.54 | 0 | 0.22 | 0.36 | 155.86 | 0.37 | 0.46 |
| Hex | 4B | A2 | 7F | 36 | 0 | 16 | 24 | 9C | 25 | 2E |
| Octal | 113 | 242 | 177 | 66 | 0 | 26 | 44 | 234 | 45 | 56 |
| Binary | 1001011 | 10100010 | 1111111 | 110110 | 0 | 10110 | 100100 | 10011100 | 100101 | 101110 |
Color Harmonies of #4BA27F
Complementary color
Monochromatic Colors of #4BA27F
Black with #4BA27F
Text Example
Text Example
White with #4BA27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA27F; }
p { color: rgb(75,162,127); }
H1.HeaderClassName
{
color: #4BA27F;
}
.AnyTagClassName
{
color: #4BA27F;
}
</style>
background-color css
<style>
a { background-color: #4BA27F; }
a { background-color: rgb(75,162,127); }
div.DivClassName
{
background-color: #4BA27F;
}
.BgClassName
{
background-color: #4BA27F;
}
</style>
border-color css
<style>
span { border-color: #4BA27F; }
span { border-color: rgb(75,162,127); }
td.TdClassName
{
border-color: #4BA27F;
}
.TagClassName
{
border-color: #4BA27F;
}
</style>