Shades of Ocean Green #4A9F7B
Tints of Ocean Green #4A9F7B
RGB
CMYK
RGB Variations
Color information
#4A9F7B (or 0x4A9F7B) is known color: Ocean Green. HEX triplet: 4A, 9F and 7B. RGB value is (74,159,123). Sum of RGB (Red+Green+Blue) = 74+159+123=356 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.79% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 159 - color contains mainly: green. Hex color #4A9F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9F7B is #B56084. Grayscale: #818181. Windows color (decimal): -11886725 or 8101706. OLE color: 8101706.
HSL color Cylindrical-coordinate representation of color #4A9F7B: hue angle of 154.59º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A9F7B is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 74 | 159 | 123 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.38 |
| HSL | 154.59º | 0.36% | 0.46% | - |
| HSV(B) | 154.59º | 0.53% | 0.62% | - |
| XYZ | 18.8 | 27.68 | 23.09 | - |
| YUV | 129.48 | 124.34 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 159 | 123 | 0.53 | 0 | 0.23 | 0.38 | 154.59 | 0.36 | 0.46 |
| Hex | 4A | 9F | 7B | 35 | 0 | 17 | 26 | 9B | 24 | 2E |
| Octal | 112 | 237 | 173 | 65 | 0 | 27 | 46 | 233 | 44 | 56 |
| Binary | 1001010 | 10011111 | 1111011 | 110101 | 0 | 10111 | 100110 | 10011011 | 100100 | 101110 |
Color Harmonies of #4A9F7B
Complementary color
Monochromatic Colors of #4A9F7B
Black with #4A9F7B
Text Example
Text Example
White with #4A9F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9F7B; }
p { color: rgb(74,159,123); }
H1.HeaderClassName
{
color: #4A9F7B;
}
.AnyTagClassName
{
color: #4A9F7B;
}
</style>
background-color css
<style>
a { background-color: #4A9F7B; }
a { background-color: rgb(74,159,123); }
div.DivClassName
{
background-color: #4A9F7B;
}
.BgClassName
{
background-color: #4A9F7B;
}
</style>
border-color css
<style>
span { border-color: #4A9F7B; }
span { border-color: rgb(74,159,123); }
td.TdClassName
{
border-color: #4A9F7B;
}
.TagClassName
{
border-color: #4A9F7B;
}
</style>