Shades of Ocean Green #4AAB7B
Tints of Ocean Green #4AAB7B
RGB
CMYK
RGB Variations
Color information
#4AAB7B (or 0x4AAB7B) is known color: Ocean Green. HEX triplet: 4A, AB and 7B. RGB value is (74,171,123). Sum of RGB (Red+Green+Blue) = 74+171+123=368 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.11% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 171 - color contains mainly: green. Hex color #4AAB7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAB7B is #B55484. Grayscale: #888888. Windows color (decimal): -11883653 or 8104778. OLE color: 8104778.
HSL color Cylindrical-coordinate representation of color #4AAB7B: hue angle of 150.31º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AAB7B is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 171 | 123 | - |
| CMYK | 0.57 | 0 | 0.28 | 0.33 |
| HSL | 150.31º | 0.4% | 0.48% | - |
| HSV(B) | 150.31º | 0.57% | 0.67% | - |
| XYZ | 20.96 | 32.01 | 23.81 | - |
| YUV | 136.53 | 120.36 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 171 | 123 | 0.57 | 0 | 0.28 | 0.33 | 150.31 | 0.4 | 0.48 |
| Hex | 4A | AB | 7B | 39 | 0 | 1C | 21 | 96 | 28 | 30 |
| Octal | 112 | 253 | 173 | 71 | 0 | 34 | 41 | 226 | 50 | 60 |
| Binary | 1001010 | 10101011 | 1111011 | 111001 | 0 | 11100 | 100001 | 10010110 | 101000 | 110000 |
Color Harmonies of #4AAB7B
Complementary color
Monochromatic Colors of #4AAB7B
Black with #4AAB7B
Text Example
Text Example
White with #4AAB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAB7B; }
p { color: rgb(74,171,123); }
H1.HeaderClassName
{
color: #4AAB7B;
}
.AnyTagClassName
{
color: #4AAB7B;
}
</style>
background-color css
<style>
a { background-color: #4AAB7B; }
a { background-color: rgb(74,171,123); }
div.DivClassName
{
background-color: #4AAB7B;
}
.BgClassName
{
background-color: #4AAB7B;
}
</style>
border-color css
<style>
span { border-color: #4AAB7B; }
span { border-color: rgb(74,171,123); }
td.TdClassName
{
border-color: #4AAB7B;
}
.TagClassName
{
border-color: #4AAB7B;
}
</style>