Shades of Medium Sea Green #2AAB6B
Tints of Medium Sea Green #2AAB6B
RGB
CMYK
RGB Variations
Color information
#2AAB6B (or 0x2AAB6B) is known color: Medium Sea Green. HEX triplet: 2A, AB and 6B. RGB value is (42,171,107). Sum of RGB (Red+Green+Blue) = 42+171+107=320 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.12% from 320); Green value is 171 (67.19% from 255 or 53.44% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAB6B is #D55494. Grayscale: #7D7D7D. Windows color (decimal): -13980821 or 7056170. OLE color: 7056170.
HSL color Cylindrical-coordinate representation of color #2AAB6B: hue angle of 150.23º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAB6B is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 171 | 107 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.33 |
| HSL | 150.23º | 0.61% | 0.42% | - |
| HSV(B) | 150.23º | 0.75% | 0.67% | - |
| XYZ | 18.17 | 30.68 | 18.87 | - |
| YUV | 125.13 | 117.76 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 107 | 0.75 | 0 | 0.37 | 0.33 | 150.23 | 0.61 | 0.42 |
| Hex | 2A | AB | 6B | 4B | 0 | 25 | 21 | 96 | 3D | 2A |
| Octal | 52 | 253 | 153 | 113 | 0 | 45 | 41 | 226 | 75 | 52 |
| Binary | 101010 | 10101011 | 1101011 | 1001011 | 0 | 100101 | 100001 | 10010110 | 111101 | 101010 |
Color Harmonies of #2AAB6B
Complementary color
Monochromatic Colors of #2AAB6B
Black with #2AAB6B
Text Example
Text Example
White with #2AAB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAB6B; }
p { color: rgb(42,171,107); }
H1.HeaderClassName
{
color: #2AAB6B;
}
.AnyTagClassName
{
color: #2AAB6B;
}
</style>
background-color css
<style>
a { background-color: #2AAB6B; }
a { background-color: rgb(42,171,107); }
div.DivClassName
{
background-color: #2AAB6B;
}
.BgClassName
{
background-color: #2AAB6B;
}
</style>
border-color css
<style>
span { border-color: #2AAB6B; }
span { border-color: rgb(42,171,107); }
td.TdClassName
{
border-color: #2AAB6B;
}
.TagClassName
{
border-color: #2AAB6B;
}
</style>