Shades of Ocean Green #4FB182
Tints of Ocean Green #4FB182
RGB
CMYK
RGB Variations
Color information
#4FB182 (or 0x4FB182) is known color: Ocean Green. HEX triplet: 4F, B1 and 82. RGB value is (79,177,130). Sum of RGB (Red+Green+Blue) = 79+177+130=386 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.47% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 177 - color contains mainly: green. Hex color #4FB182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FB182 is #B04E7D. Grayscale: #8E8E8E. Windows color (decimal): -11554430 or 8565071. OLE color: 8565071.
HSL color Cylindrical-coordinate representation of color #4FB182: hue angle of 151.22º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FB182 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 177 | 130 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.31 |
| HSL | 151.22º | 0.39% | 0.5% | - |
| HSV(B) | 151.22º | 0.55% | 0.69% | - |
| XYZ | 22.98 | 34.72 | 26.61 | - |
| YUV | 142.34 | 121.03 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 177 | 130 | 0.55 | 0 | 0.27 | 0.31 | 151.22 | 0.39 | 0.5 |
| Hex | 4F | B1 | 82 | 37 | 0 | 1B | 1F | 97 | 27 | 32 |
| Octal | 117 | 261 | 202 | 67 | 0 | 33 | 37 | 227 | 47 | 62 |
| Binary | 1001111 | 10110001 | 10000010 | 110111 | 0 | 11011 | 11111 | 10010111 | 100111 | 110010 |
Color Harmonies of #4FB182
Complementary color
Monochromatic Colors of #4FB182
Black with #4FB182
Text Example
Text Example
White with #4FB182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB182; }
p { color: rgb(79,177,130); }
H1.HeaderClassName
{
color: #4FB182;
}
.AnyTagClassName
{
color: #4FB182;
}
</style>
background-color css
<style>
a { background-color: #4FB182; }
a { background-color: rgb(79,177,130); }
div.DivClassName
{
background-color: #4FB182;
}
.BgClassName
{
background-color: #4FB182;
}
</style>
border-color css
<style>
span { border-color: #4FB182; }
span { border-color: rgb(79,177,130); }
td.TdClassName
{
border-color: #4FB182;
}
.TagClassName
{
border-color: #4FB182;
}
</style>