Shades of Ocean Green #4AAA6E
Tints of Ocean Green #4AAA6E
RGB
CMYK
RGB Variations
Color information
#4AAA6E (or 0x4AAA6E) is known color: Ocean Green. HEX triplet: 4A, AA and 6E. RGB value is (74,170,110). Sum of RGB (Red+Green+Blue) = 74+170+110=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAA6E is #B55591. Grayscale: #868686. Windows color (decimal): -11883922 or 7252554. OLE color: 7252554.
HSL color Cylindrical-coordinate representation of color #4AAA6E: hue angle of 142.5º 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 #4AAA6E is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 110 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.33 |
| HSL | 142.5º | 0.39% | 0.48% | - |
| HSV(B) | 142.5º | 0.56% | 0.67% | - |
| XYZ | 20.01 | 31.33 | 19.74 | - |
| YUV | 134.46 | 114.2 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 110 | 0.56 | 0 | 0.35 | 0.33 | 142.5 | 0.39 | 0.48 |
| Hex | 4A | AA | 6E | 38 | 0 | 23 | 21 | 8E | 27 | 30 |
| Octal | 112 | 252 | 156 | 70 | 0 | 43 | 41 | 216 | 47 | 60 |
| Binary | 1001010 | 10101010 | 1101110 | 111000 | 0 | 100011 | 100001 | 10001110 | 100111 | 110000 |
Color Harmonies of #4AAA6E
Complementary color
Monochromatic Colors of #4AAA6E
Black with #4AAA6E
Text Example
Text Example
White with #4AAA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA6E; }
p { color: rgb(74,170,110); }
H1.HeaderClassName
{
color: #4AAA6E;
}
.AnyTagClassName
{
color: #4AAA6E;
}
</style>
background-color css
<style>
a { background-color: #4AAA6E; }
a { background-color: rgb(74,170,110); }
div.DivClassName
{
background-color: #4AAA6E;
}
.BgClassName
{
background-color: #4AAA6E;
}
</style>
border-color css
<style>
span { border-color: #4AAA6E; }
span { border-color: rgb(74,170,110); }
td.TdClassName
{
border-color: #4AAA6E;
}
.TagClassName
{
border-color: #4AAA6E;
}
</style>