Shades of Ocean Green #4CAB7B
Tints of Ocean Green #4CAB7B
RGB
CMYK
RGB Variations
Color information
#4CAB7B (or 0x4CAB7B) is known color: Ocean Green. HEX triplet: 4C, AB and 7B. RGB value is (76,171,123). Sum of RGB (Red+Green+Blue) = 76+171+123=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 171 (67.19% from 255 or 46.22% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 171 - color contains mainly: green. Hex color #4CAB7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAB7B is #B35484. Grayscale: #898989. Windows color (decimal): -11752581 or 8104780. OLE color: 8104780.
HSL color Cylindrical-coordinate representation of color #4CAB7B: hue angle of 149.68º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAB7B is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 171 | 123 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.33 |
| HSL | 149.68º | 0.38% | 0.48% | - |
| HSV(B) | 149.68º | 0.56% | 0.67% | - |
| XYZ | 21.12 | 32.09 | 23.82 | - |
| YUV | 137.12 | 120.03 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 171 | 123 | 0.56 | 0 | 0.28 | 0.33 | 149.68 | 0.38 | 0.48 |
| Hex | 4C | AB | 7B | 38 | 0 | 1C | 21 | 96 | 26 | 30 |
| Octal | 114 | 253 | 173 | 70 | 0 | 34 | 41 | 226 | 46 | 60 |
| Binary | 1001100 | 10101011 | 1111011 | 111000 | 0 | 11100 | 100001 | 10010110 | 100110 | 110000 |
Color Harmonies of #4CAB7B
Complementary color
Monochromatic Colors of #4CAB7B
Black with #4CAB7B
Text Example
Text Example
White with #4CAB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAB7B; }
p { color: rgb(76,171,123); }
H1.HeaderClassName
{
color: #4CAB7B;
}
.AnyTagClassName
{
color: #4CAB7B;
}
</style>
background-color css
<style>
a { background-color: #4CAB7B; }
a { background-color: rgb(76,171,123); }
div.DivClassName
{
background-color: #4CAB7B;
}
.BgClassName
{
background-color: #4CAB7B;
}
</style>
border-color css
<style>
span { border-color: #4CAB7B; }
span { border-color: rgb(76,171,123); }
td.TdClassName
{
border-color: #4CAB7B;
}
.TagClassName
{
border-color: #4CAB7B;
}
</style>