Shades of Medium Sea Green #2BAA6B
Tints of Medium Sea Green #2BAA6B
RGB
CMYK
RGB Variations
Color information
#2BAA6B (or 0x2BAA6B) is known color: Medium Sea Green. HEX triplet: 2B, AA and 6B. RGB value is (43,170,107). Sum of RGB (Red+Green+Blue) = 43+170+107=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAA6B is #D45594. Grayscale: #7C7C7C. Windows color (decimal): -13915541 or 7055915. OLE color: 7055915.
HSL color Cylindrical-coordinate representation of color #2BAA6B: hue angle of 150.24º degrees, saturation: 0.6, 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 #2BAA6B is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 107 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.33 |
| HSL | 150.24º | 0.6% | 0.42% | - |
| HSV(B) | 150.24º | 0.75% | 0.67% | - |
| XYZ | 18.02 | 30.32 | 18.81 | - |
| YUV | 124.85 | 117.92 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 107 | 0.75 | 0 | 0.37 | 0.33 | 150.24 | 0.6 | 0.42 |
| Hex | 2B | AA | 6B | 4B | 0 | 25 | 21 | 96 | 3C | 2A |
| Octal | 53 | 252 | 153 | 113 | 0 | 45 | 41 | 226 | 74 | 52 |
| Binary | 101011 | 10101010 | 1101011 | 1001011 | 0 | 100101 | 100001 | 10010110 | 111100 | 101010 |
Color Harmonies of #2BAA6B
Complementary color
Monochromatic Colors of #2BAA6B
Black with #2BAA6B
Text Example
Text Example
White with #2BAA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA6B; }
p { color: rgb(43,170,107); }
H1.HeaderClassName
{
color: #2BAA6B;
}
.AnyTagClassName
{
color: #2BAA6B;
}
</style>
background-color css
<style>
a { background-color: #2BAA6B; }
a { background-color: rgb(43,170,107); }
div.DivClassName
{
background-color: #2BAA6B;
}
.BgClassName
{
background-color: #2BAA6B;
}
</style>
border-color css
<style>
span { border-color: #2BAA6B; }
span { border-color: rgb(43,170,107); }
td.TdClassName
{
border-color: #2BAA6B;
}
.TagClassName
{
border-color: #2BAA6B;
}
</style>