Shades of Ocean Green #4BA666
Tints of Ocean Green #4BA666
RGB
CMYK
RGB Variations
Color information
#4BA666 (or 0x4BA666) is known color: Ocean Green. HEX triplet: 4B, A6 and 66. RGB value is (75,166,102). Sum of RGB (Red+Green+Blue) = 75+166+102=343 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.87% from 343); Green value is 166 (65.23% from 255 or 48.40% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 166 - color contains mainly: green. Hex color #4BA666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA666 is #B45999. Grayscale: #838383. Windows color (decimal): -11819418 or 6727243. OLE color: 6727243.
HSL color Cylindrical-coordinate representation of color #4BA666: hue angle of 137.8º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA666 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 75 | 166 | 102 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.35 |
| HSL | 137.8º | 0.38% | 0.47% | - |
| HSV(B) | 137.8º | 0.55% | 0.65% | - |
| XYZ | 18.94 | 29.73 | 17.31 | - |
| YUV | 131.5 | 111.35 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 166 | 102 | 0.55 | 0 | 0.39 | 0.35 | 137.8 | 0.38 | 0.47 |
| Hex | 4B | A6 | 66 | 37 | 0 | 27 | 23 | 8A | 26 | 2F |
| Octal | 113 | 246 | 146 | 67 | 0 | 47 | 43 | 212 | 46 | 57 |
| Binary | 1001011 | 10100110 | 1100110 | 110111 | 0 | 100111 | 100011 | 10001010 | 100110 | 101111 |
Color Harmonies of #4BA666
Complementary color
Monochromatic Colors of #4BA666
Black with #4BA666
Text Example
Text Example
White with #4BA666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA666; }
p { color: rgb(75,166,102); }
H1.HeaderClassName
{
color: #4BA666;
}
.AnyTagClassName
{
color: #4BA666;
}
</style>
background-color css
<style>
a { background-color: #4BA666; }
a { background-color: rgb(75,166,102); }
div.DivClassName
{
background-color: #4BA666;
}
.BgClassName
{
background-color: #4BA666;
}
</style>
border-color css
<style>
span { border-color: #4BA666; }
span { border-color: rgb(75,166,102); }
td.TdClassName
{
border-color: #4BA666;
}
.TagClassName
{
border-color: #4BA666;
}
</style>