Shades of Ocean Green #4AAA7A
Tints of Ocean Green #4AAA7A
RGB
CMYK
RGB Variations
Color information
#4AAA7A (or 0x4AAA7A) is known color: Ocean Green. HEX triplet: 4A, AA and 7A. RGB value is (74,170,122). Sum of RGB (Red+Green+Blue) = 74+170+122=366 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.22% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAA7A is #B55585. Grayscale: #878787. Windows color (decimal): -11883910 or 8038986. OLE color: 8038986.
HSL color Cylindrical-coordinate representation of color #4AAA7A: hue angle of 150º degrees, saturation: 0.39, 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 #4AAA7A is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 122 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.33 |
| HSL | 150º | 0.39% | 0.48% | - |
| HSV(B) | 150º | 0.56% | 0.67% | - |
| XYZ | 20.71 | 31.61 | 23.42 | - |
| YUV | 135.82 | 120.2 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 122 | 0.56 | 0 | 0.28 | 0.33 | 150 | 0.39 | 0.48 |
| Hex | 4A | AA | 7A | 38 | 0 | 1C | 21 | 96 | 27 | 30 |
| Octal | 112 | 252 | 172 | 70 | 0 | 34 | 41 | 226 | 47 | 60 |
| Binary | 1001010 | 10101010 | 1111010 | 111000 | 0 | 11100 | 100001 | 10010110 | 100111 | 110000 |
Color Harmonies of #4AAA7A
Complementary color
Monochromatic Colors of #4AAA7A
Black with #4AAA7A
Text Example
Text Example
White with #4AAA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA7A; }
p { color: rgb(74,170,122); }
H1.HeaderClassName
{
color: #4AAA7A;
}
.AnyTagClassName
{
color: #4AAA7A;
}
</style>
background-color css
<style>
a { background-color: #4AAA7A; }
a { background-color: rgb(74,170,122); }
div.DivClassName
{
background-color: #4AAA7A;
}
.BgClassName
{
background-color: #4AAA7A;
}
</style>
border-color css
<style>
span { border-color: #4AAA7A; }
span { border-color: rgb(74,170,122); }
td.TdClassName
{
border-color: #4AAA7A;
}
.TagClassName
{
border-color: #4AAA7A;
}
</style>