Shades of Ocean Green #4CAC7B
Tints of Ocean Green #4CAC7B
RGB
CMYK
RGB Variations
Color information
#4CAC7B (or 0x4CAC7B) is known color: Ocean Green. HEX triplet: 4C, AC and 7B. RGB value is (76,172,123). Sum of RGB (Red+Green+Blue) = 76+172+123=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #4CAC7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAC7B is #B35384. Grayscale: #898989. Windows color (decimal): -11752325 or 8105036. OLE color: 8105036.
HSL color Cylindrical-coordinate representation of color #4CAC7B: hue angle of 149.38º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAC7B is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 172 | 123 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.33 |
| HSL | 149.38º | 0.39% | 0.49% | - |
| HSV(B) | 149.38º | 0.56% | 0.67% | - |
| XYZ | 21.31 | 32.47 | 23.88 | - |
| YUV | 137.71 | 119.7 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 172 | 123 | 0.56 | 0 | 0.28 | 0.33 | 149.38 | 0.39 | 0.49 |
| Hex | 4C | AC | 7B | 38 | 0 | 1C | 21 | 95 | 27 | 31 |
| Octal | 114 | 254 | 173 | 70 | 0 | 34 | 41 | 225 | 47 | 61 |
| Binary | 1001100 | 10101100 | 1111011 | 111000 | 0 | 11100 | 100001 | 10010101 | 100111 | 110001 |
Color Harmonies of #4CAC7B
Complementary color
Monochromatic Colors of #4CAC7B
Black with #4CAC7B
Text Example
Text Example
White with #4CAC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAC7B; }
p { color: rgb(76,172,123); }
H1.HeaderClassName
{
color: #4CAC7B;
}
.AnyTagClassName
{
color: #4CAC7B;
}
</style>
background-color css
<style>
a { background-color: #4CAC7B; }
a { background-color: rgb(76,172,123); }
div.DivClassName
{
background-color: #4CAC7B;
}
.BgClassName
{
background-color: #4CAC7B;
}
</style>
border-color css
<style>
span { border-color: #4CAC7B; }
span { border-color: rgb(76,172,123); }
td.TdClassName
{
border-color: #4CAC7B;
}
.TagClassName
{
border-color: #4CAC7B;
}
</style>