Shades of Ocean Green #4CAA7E
Tints of Ocean Green #4CAA7E
RGB
CMYK
RGB Variations
Color information
#4CAA7E (or 0x4CAA7E) is known color: Ocean Green. HEX triplet: 4C, AA and 7E. RGB value is (76,170,126). Sum of RGB (Red+Green+Blue) = 76+170+126=372 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.43% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAA7E is #B35581. Grayscale: #888888. Windows color (decimal): -11752834 or 8301132. OLE color: 8301132.
HSL color Cylindrical-coordinate representation of color #4CAA7E: hue angle of 151.91º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4CAA7E is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 170 | 126 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.33 |
| HSL | 151.91º | 0.38% | 0.48% | - |
| HSV(B) | 151.91º | 0.55% | 0.67% | - |
| XYZ | 21.12 | 31.79 | 24.76 | - |
| YUV | 136.88 | 121.86 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 170 | 126 | 0.55 | 0 | 0.26 | 0.33 | 151.91 | 0.38 | 0.48 |
| Hex | 4C | AA | 7E | 37 | 0 | 1A | 21 | 98 | 26 | 30 |
| Octal | 114 | 252 | 176 | 67 | 0 | 32 | 41 | 230 | 46 | 60 |
| Binary | 1001100 | 10101010 | 1111110 | 110111 | 0 | 11010 | 100001 | 10011000 | 100110 | 110000 |
Color Harmonies of #4CAA7E
Complementary color
Monochromatic Colors of #4CAA7E
Black with #4CAA7E
Text Example
Text Example
White with #4CAA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAA7E; }
p { color: rgb(76,170,126); }
H1.HeaderClassName
{
color: #4CAA7E;
}
.AnyTagClassName
{
color: #4CAA7E;
}
</style>
background-color css
<style>
a { background-color: #4CAA7E; }
a { background-color: rgb(76,170,126); }
div.DivClassName
{
background-color: #4CAA7E;
}
.BgClassName
{
background-color: #4CAA7E;
}
</style>
border-color css
<style>
span { border-color: #4CAA7E; }
span { border-color: rgb(76,170,126); }
td.TdClassName
{
border-color: #4CAA7E;
}
.TagClassName
{
border-color: #4CAA7E;
}
</style>