Shades of Ocean Green #4AB886
Tints of Ocean Green #4AB886
RGB
CMYK
RGB Variations
Color information
#4AB886 (or 0x4AB886) is known color: Ocean Green. HEX triplet: 4A, B8 and 86. RGB value is (74,184,134). Sum of RGB (Red+Green+Blue) = 74+184+134=392 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.88% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 184 - color contains mainly: green. Hex color #4AB886 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB886 is #B54779. Grayscale: #919191. Windows color (decimal): -11880314 or 8829002. OLE color: 8829002.
HSL color Cylindrical-coordinate representation of color #4AB886: hue angle of 152.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB886 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 184 | 134 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.28 |
| HSL | 152.73º | 0.44% | 0.51% | - |
| HSV(B) | 152.73º | 0.6% | 0.72% | - |
| XYZ | 24.27 | 37.46 | 28.51 | - |
| YUV | 145.41 | 121.56 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 184 | 134 | 0.60 | 0 | 0.27 | 0.28 | 152.73 | 0.44 | 0.51 |
| Hex | 4A | B8 | 86 | 3C | 0 | 1B | 1C | 99 | 2C | 33 |
| Octal | 112 | 270 | 206 | 74 | 0 | 33 | 34 | 231 | 54 | 63 |
| Binary | 1001010 | 10111000 | 10000110 | 111100 | 0 | 11011 | 11100 | 10011001 | 101100 | 110011 |
Color Harmonies of #4AB886
Complementary color
Monochromatic Colors of #4AB886
Black with #4AB886
Text Example
Text Example
White with #4AB886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB886; }
p { color: rgb(74,184,134); }
H1.HeaderClassName
{
color: #4AB886;
}
.AnyTagClassName
{
color: #4AB886;
}
</style>
background-color css
<style>
a { background-color: #4AB886; }
a { background-color: rgb(74,184,134); }
div.DivClassName
{
background-color: #4AB886;
}
.BgClassName
{
background-color: #4AB886;
}
</style>
border-color css
<style>
span { border-color: #4AB886; }
span { border-color: rgb(74,184,134); }
td.TdClassName
{
border-color: #4AB886;
}
.TagClassName
{
border-color: #4AB886;
}
</style>