Shades of Ocean Green #4AB668
Tints of Ocean Green #4AB668
RGB
CMYK
RGB Variations
Color information
#4AB668 (or 0x4AB668) is known color: Ocean Green. HEX triplet: 4A, B6 and 68. RGB value is (74,182,104). Sum of RGB (Red+Green+Blue) = 74+182+104=360 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.56% from 360); Green value is 182 (71.48% from 255 or 50.56% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB668 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB668 is #B54997. Grayscale: #8D8D8D. Windows color (decimal): -11880856 or 6862410. OLE color: 6862410.
HSL color Cylindrical-coordinate representation of color #4AB668: hue angle of 136.67º degrees, saturation: 0.43, 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 #4AB668 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 182 | 104 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.29 |
| HSL | 136.67º | 0.43% | 0.5% | - |
| HSV(B) | 136.67º | 0.59% | 0.71% | - |
| XYZ | 22.05 | 35.91 | 18.87 | - |
| YUV | 140.82 | 107.22 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 182 | 104 | 0.59 | 0 | 0.43 | 0.29 | 136.67 | 0.43 | 0.5 |
| Hex | 4A | B6 | 68 | 3B | 0 | 2B | 1D | 89 | 2B | 32 |
| Octal | 112 | 266 | 150 | 73 | 0 | 53 | 35 | 211 | 53 | 62 |
| Binary | 1001010 | 10110110 | 1101000 | 111011 | 0 | 101011 | 11101 | 10001001 | 101011 | 110010 |
Color Harmonies of #4AB668
Complementary color
Monochromatic Colors of #4AB668
Black with #4AB668
Text Example
Text Example
White with #4AB668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB668; }
p { color: rgb(74,182,104); }
H1.HeaderClassName
{
color: #4AB668;
}
.AnyTagClassName
{
color: #4AB668;
}
</style>
background-color css
<style>
a { background-color: #4AB668; }
a { background-color: rgb(74,182,104); }
div.DivClassName
{
background-color: #4AB668;
}
.BgClassName
{
background-color: #4AB668;
}
</style>
border-color css
<style>
span { border-color: #4AB668; }
span { border-color: rgb(74,182,104); }
td.TdClassName
{
border-color: #4AB668;
}
.TagClassName
{
border-color: #4AB668;
}
</style>