Shades of Ocean Green #4CAE7A
Tints of Ocean Green #4CAE7A
RGB
CMYK
RGB Variations
Color information
#4CAE7A (or 0x4CAE7A) is known color: Ocean Green. HEX triplet: 4C, AE and 7A. RGB value is (76,174,122). Sum of RGB (Red+Green+Blue) = 76+174+122=372 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.43% from 372); Green value is 174 (68.36% from 255 or 46.77% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 174 - color contains mainly: green. Hex color #4CAE7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAE7A is #B35185. Grayscale: #8A8A8A. Windows color (decimal): -11751814 or 8040012. OLE color: 8040012.
HSL color Cylindrical-coordinate representation of color #4CAE7A: hue angle of 148.16º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAE7A is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 76 | 174 | 122 | - |
| CMYK | 0.56 | 0 | 0.30 | 0.32 |
| HSL | 148.16º | 0.39% | 0.49% | - |
| HSV(B) | 148.16º | 0.56% | 0.68% | - |
| XYZ | 21.63 | 33.21 | 23.68 | - |
| YUV | 138.77 | 118.53 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 174 | 122 | 0.56 | 0 | 0.30 | 0.32 | 148.16 | 0.39 | 0.49 |
| Hex | 4C | AE | 7A | 38 | 0 | 1E | 20 | 94 | 27 | 31 |
| Octal | 114 | 256 | 172 | 70 | 0 | 36 | 40 | 224 | 47 | 61 |
| Binary | 1001100 | 10101110 | 1111010 | 111000 | 0 | 11110 | 100000 | 10010100 | 100111 | 110001 |
Color Harmonies of #4CAE7A
Complementary color
Monochromatic Colors of #4CAE7A
Black with #4CAE7A
Text Example
Text Example
White with #4CAE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAE7A; }
p { color: rgb(76,174,122); }
H1.HeaderClassName
{
color: #4CAE7A;
}
.AnyTagClassName
{
color: #4CAE7A;
}
</style>
background-color css
<style>
a { background-color: #4CAE7A; }
a { background-color: rgb(76,174,122); }
div.DivClassName
{
background-color: #4CAE7A;
}
.BgClassName
{
background-color: #4CAE7A;
}
</style>
border-color css
<style>
span { border-color: #4CAE7A; }
span { border-color: rgb(76,174,122); }
td.TdClassName
{
border-color: #4CAE7A;
}
.TagClassName
{
border-color: #4CAE7A;
}
</style>