Shades of Ocean Green #4AB06B
Tints of Ocean Green #4AB06B
RGB
CMYK
RGB Variations
Color information
#4AB06B (or 0x4AB06B) is known color: Ocean Green. HEX triplet: 4A, B0 and 6B. RGB value is (74,176,107). Sum of RGB (Red+Green+Blue) = 74+176+107=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 176 (69.14% from 255 or 49.30% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 176 - color contains mainly: green. Hex color #4AB06B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AB06B is #B54F94. Grayscale: #898989. Windows color (decimal): -11882389 or 7057482. OLE color: 7057482.
HSL color Cylindrical-coordinate representation of color #4AB06B: hue angle of 139.41º degrees, saturation: 0.41, 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 #4AB06B is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 176 | 107 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.31 |
| HSL | 139.41º | 0.41% | 0.49% | - |
| HSV(B) | 139.41º | 0.58% | 0.69% | - |
| XYZ | 21 | 33.57 | 19.28 | - |
| YUV | 137.64 | 110.71 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 176 | 107 | 0.58 | 0 | 0.39 | 0.31 | 139.41 | 0.41 | 0.49 |
| Hex | 4A | B0 | 6B | 3A | 0 | 27 | 1F | 8B | 29 | 31 |
| Octal | 112 | 260 | 153 | 72 | 0 | 47 | 37 | 213 | 51 | 61 |
| Binary | 1001010 | 10110000 | 1101011 | 111010 | 0 | 100111 | 11111 | 10001011 | 101001 | 110001 |
Color Harmonies of #4AB06B
Complementary color
Monochromatic Colors of #4AB06B
Black with #4AB06B
Text Example
Text Example
White with #4AB06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB06B; }
p { color: rgb(74,176,107); }
H1.HeaderClassName
{
color: #4AB06B;
}
.AnyTagClassName
{
color: #4AB06B;
}
</style>
background-color css
<style>
a { background-color: #4AB06B; }
a { background-color: rgb(74,176,107); }
div.DivClassName
{
background-color: #4AB06B;
}
.BgClassName
{
background-color: #4AB06B;
}
</style>
border-color css
<style>
span { border-color: #4AB06B; }
span { border-color: rgb(74,176,107); }
td.TdClassName
{
border-color: #4AB06B;
}
.TagClassName
{
border-color: #4AB06B;
}
</style>