Shades of Ocean Green #4BB166
Tints of Ocean Green #4BB166
RGB
CMYK
RGB Variations
Color information
#4BB166 (or 0x4BB166) is known color: Ocean Green. HEX triplet: 4B, B1 and 66. RGB value is (75,177,102). Sum of RGB (Red+Green+Blue) = 75+177+102=354 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.19% from 354); Green value is 177 (69.53% from 255 or 50% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 177 - color contains mainly: green. Hex color #4BB166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BB166 is #B44E99. Grayscale: #8A8A8A. Windows color (decimal): -11816602 or 6730059. OLE color: 6730059.
HSL color Cylindrical-coordinate representation of color #4BB166: hue angle of 135.88º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB166 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 177 | 102 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.31 |
| HSL | 135.88º | 0.4% | 0.49% | - |
| HSV(B) | 135.88º | 0.58% | 0.69% | - |
| XYZ | 21.02 | 33.9 | 18.01 | - |
| YUV | 137.95 | 107.71 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 177 | 102 | 0.58 | 0 | 0.42 | 0.31 | 135.88 | 0.4 | 0.49 |
| Hex | 4B | B1 | 66 | 3A | 0 | 2A | 1F | 88 | 28 | 31 |
| Octal | 113 | 261 | 146 | 72 | 0 | 52 | 37 | 210 | 50 | 61 |
| Binary | 1001011 | 10110001 | 1100110 | 111010 | 0 | 101010 | 11111 | 10001000 | 101000 | 110001 |
Color Harmonies of #4BB166
Complementary color
Monochromatic Colors of #4BB166
Black with #4BB166
Text Example
Text Example
White with #4BB166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB166; }
p { color: rgb(75,177,102); }
H1.HeaderClassName
{
color: #4BB166;
}
.AnyTagClassName
{
color: #4BB166;
}
</style>
background-color css
<style>
a { background-color: #4BB166; }
a { background-color: rgb(75,177,102); }
div.DivClassName
{
background-color: #4BB166;
}
.BgClassName
{
background-color: #4BB166;
}
</style>
border-color css
<style>
span { border-color: #4BB166; }
span { border-color: rgb(75,177,102); }
td.TdClassName
{
border-color: #4BB166;
}
.TagClassName
{
border-color: #4BB166;
}
</style>