Shades of Medium Sea Green #2BAE6B
Tints of Medium Sea Green #2BAE6B
RGB
CMYK
RGB Variations
Color information
#2BAE6B (or 0x2BAE6B) is known color: Medium Sea Green. HEX triplet: 2B, AE and 6B. RGB value is (43,174,107). Sum of RGB (Red+Green+Blue) = 43+174+107=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 174 (68.36% from 255 or 53.70% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAE6B is #D45194. Grayscale: #7F7F7F. Windows color (decimal): -13914517 or 7056939. OLE color: 7056939.
HSL color Cylindrical-coordinate representation of color #2BAE6B: hue angle of 149.31º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAE6B is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 174 | 107 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.32 |
| HSL | 149.31º | 0.6% | 0.43% | - |
| HSV(B) | 149.31º | 0.75% | 0.68% | - |
| XYZ | 18.79 | 31.85 | 19.07 | - |
| YUV | 127.19 | 116.6 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 174 | 107 | 0.75 | 0 | 0.39 | 0.32 | 149.31 | 0.6 | 0.43 |
| Hex | 2B | AE | 6B | 4B | 0 | 27 | 20 | 95 | 3C | 2B |
| Octal | 53 | 256 | 153 | 113 | 0 | 47 | 40 | 225 | 74 | 53 |
| Binary | 101011 | 10101110 | 1101011 | 1001011 | 0 | 100111 | 100000 | 10010101 | 111100 | 101011 |
Color Harmonies of #2BAE6B
Complementary color
Monochromatic Colors of #2BAE6B
Black with #2BAE6B
Text Example
Text Example
White with #2BAE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAE6B; }
p { color: rgb(43,174,107); }
H1.HeaderClassName
{
color: #2BAE6B;
}
.AnyTagClassName
{
color: #2BAE6B;
}
</style>
background-color css
<style>
a { background-color: #2BAE6B; }
a { background-color: rgb(43,174,107); }
div.DivClassName
{
background-color: #2BAE6B;
}
.BgClassName
{
background-color: #2BAE6B;
}
</style>
border-color css
<style>
span { border-color: #2BAE6B; }
span { border-color: rgb(43,174,107); }
td.TdClassName
{
border-color: #2BAE6B;
}
.TagClassName
{
border-color: #2BAE6B;
}
</style>