Shades of Ocean Green #4CAA6A
Tints of Ocean Green #4CAA6A
RGB
CMYK
RGB Variations
Color information
#4CAA6A (or 0x4CAA6A) is known color: Ocean Green. HEX triplet: 4C, AA and 6A. RGB value is (76,170,106). Sum of RGB (Red+Green+Blue) = 76+170+106=352 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.59% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAA6A is #B35595. Grayscale: #868686. Windows color (decimal): -11752854 or 6990412. OLE color: 6990412.
HSL color Cylindrical-coordinate representation of color #4CAA6A: hue angle of 139.15º 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 #4CAA6A is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 170 | 106 | - |
| CMYK | 0.55 | 0 | 0.38 | 0.33 |
| HSL | 139.15º | 0.38% | 0.48% | - |
| HSV(B) | 139.15º | 0.55% | 0.67% | - |
| XYZ | 19.96 | 31.33 | 18.63 | - |
| YUV | 134.6 | 111.86 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 170 | 106 | 0.55 | 0 | 0.38 | 0.33 | 139.15 | 0.38 | 0.48 |
| Hex | 4C | AA | 6A | 37 | 0 | 26 | 21 | 8B | 26 | 30 |
| Octal | 114 | 252 | 152 | 67 | 0 | 46 | 41 | 213 | 46 | 60 |
| Binary | 1001100 | 10101010 | 1101010 | 110111 | 0 | 100110 | 100001 | 10001011 | 100110 | 110000 |
Color Harmonies of #4CAA6A
Complementary color
Monochromatic Colors of #4CAA6A
Black with #4CAA6A
Text Example
Text Example
White with #4CAA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAA6A; }
p { color: rgb(76,170,106); }
H1.HeaderClassName
{
color: #4CAA6A;
}
.AnyTagClassName
{
color: #4CAA6A;
}
</style>
background-color css
<style>
a { background-color: #4CAA6A; }
a { background-color: rgb(76,170,106); }
div.DivClassName
{
background-color: #4CAA6A;
}
.BgClassName
{
background-color: #4CAA6A;
}
</style>
border-color css
<style>
span { border-color: #4CAA6A; }
span { border-color: rgb(76,170,106); }
td.TdClassName
{
border-color: #4CAA6A;
}
.TagClassName
{
border-color: #4CAA6A;
}
</style>