Shades of Medium Sea Green #2AAC6B
Tints of Medium Sea Green #2AAC6B
RGB
CMYK
RGB Variations
Color information
#2AAC6B (or 0x2AAC6B) is known color: Medium Sea Green. HEX triplet: 2A, AC and 6B. RGB value is (42,172,107). Sum of RGB (Red+Green+Blue) = 42+172+107=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 172 (67.58% from 255 or 53.58% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAC6B is #D55394. Grayscale: #7D7D7D. Windows color (decimal): -13980565 or 7056426. OLE color: 7056426.
HSL color Cylindrical-coordinate representation of color #2AAC6B: hue angle of 150º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAC6B is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 172 | 107 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.33 |
| HSL | 150º | 0.61% | 0.42% | - |
| HSV(B) | 150º | 0.76% | 0.67% | - |
| XYZ | 18.36 | 31.06 | 18.94 | - |
| YUV | 125.72 | 117.43 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 107 | 0.76 | 0 | 0.38 | 0.33 | 150 | 0.61 | 0.42 |
| Hex | 2A | AC | 6B | 4C | 0 | 26 | 21 | 96 | 3D | 2A |
| Octal | 52 | 254 | 153 | 114 | 0 | 46 | 41 | 226 | 75 | 52 |
| Binary | 101010 | 10101100 | 1101011 | 1001100 | 0 | 100110 | 100001 | 10010110 | 111101 | 101010 |
Color Harmonies of #2AAC6B
Complementary color
Monochromatic Colors of #2AAC6B
Black with #2AAC6B
Text Example
Text Example
White with #2AAC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAC6B; }
p { color: rgb(42,172,107); }
H1.HeaderClassName
{
color: #2AAC6B;
}
.AnyTagClassName
{
color: #2AAC6B;
}
</style>
background-color css
<style>
a { background-color: #2AAC6B; }
a { background-color: rgb(42,172,107); }
div.DivClassName
{
background-color: #2AAC6B;
}
.BgClassName
{
background-color: #2AAC6B;
}
</style>
border-color css
<style>
span { border-color: #2AAC6B; }
span { border-color: rgb(42,172,107); }
td.TdClassName
{
border-color: #2AAC6B;
}
.TagClassName
{
border-color: #2AAC6B;
}
</style>