Shades of Ocean Green #4BB666
Tints of Ocean Green #4BB666
RGB
CMYK
RGB Variations
Color information
#4BB666 (or 0x4BB666) is known color: Ocean Green. HEX triplet: 4B, B6 and 66. RGB value is (75,182,102). Sum of RGB (Red+Green+Blue) = 75+182+102=359 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.89% from 359); Green value is 182 (71.48% from 255 or 50.70% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 182 - color contains mainly: green. Hex color #4BB666 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB666 is #B44999. Grayscale: #8D8D8D. Windows color (decimal): -11815322 or 6731339. OLE color: 6731339.
HSL color Cylindrical-coordinate representation of color #4BB666: hue angle of 135.14º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB666 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 75 | 182 | 102 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.29 |
| HSL | 135.14º | 0.42% | 0.5% | - |
| HSV(B) | 135.14º | 0.59% | 0.71% | - |
| XYZ | 22.03 | 35.91 | 18.34 | - |
| YUV | 140.89 | 106.05 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 182 | 102 | 0.59 | 0 | 0.44 | 0.29 | 135.14 | 0.42 | 0.5 |
| Hex | 4B | B6 | 66 | 3B | 0 | 2C | 1D | 87 | 2A | 32 |
| Octal | 113 | 266 | 146 | 73 | 0 | 54 | 35 | 207 | 52 | 62 |
| Binary | 1001011 | 10110110 | 1100110 | 111011 | 0 | 101100 | 11101 | 10000111 | 101010 | 110010 |
Color Harmonies of #4BB666
Complementary color
Monochromatic Colors of #4BB666
Black with #4BB666
Text Example
Text Example
White with #4BB666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB666; }
p { color: rgb(75,182,102); }
H1.HeaderClassName
{
color: #4BB666;
}
.AnyTagClassName
{
color: #4BB666;
}
</style>
background-color css
<style>
a { background-color: #4BB666; }
a { background-color: rgb(75,182,102); }
div.DivClassName
{
background-color: #4BB666;
}
.BgClassName
{
background-color: #4BB666;
}
</style>
border-color css
<style>
span { border-color: #4BB666; }
span { border-color: rgb(75,182,102); }
td.TdClassName
{
border-color: #4BB666;
}
.TagClassName
{
border-color: #4BB666;
}
</style>