Shades of Medium Sea Green #2BAD64
Tints of Medium Sea Green #2BAD64
RGB
CMYK
RGB Variations
Color information
#2BAD64 (or 0x2BAD64) is known color: Medium Sea Green. HEX triplet: 2B, AD and 64. RGB value is (43,173,100). Sum of RGB (Red+Green+Blue) = 43+173+100=316 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.61% from 316); Green value is 173 (67.97% from 255 or 54.75% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAD64 is #D4529B. Grayscale: #7D7D7D. Windows color (decimal): -13914780 or 6597931. OLE color: 6597931.
HSL color Cylindrical-coordinate representation of color #2BAD64: hue angle of 146.31º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAD64 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 173 | 100 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.32 |
| HSL | 146.31º | 0.6% | 0.42% | - |
| HSV(B) | 146.31º | 0.75% | 0.68% | - |
| XYZ | 18.24 | 31.32 | 17.14 | - |
| YUV | 125.81 | 113.43 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 100 | 0.75 | 0 | 0.42 | 0.32 | 146.31 | 0.6 | 0.42 |
| Hex | 2B | AD | 64 | 4B | 0 | 2A | 20 | 92 | 3C | 2A |
| Octal | 53 | 255 | 144 | 113 | 0 | 52 | 40 | 222 | 74 | 52 |
| Binary | 101011 | 10101101 | 1100100 | 1001011 | 0 | 101010 | 100000 | 10010010 | 111100 | 101010 |
Color Harmonies of #2BAD64
Complementary color
Monochromatic Colors of #2BAD64
Black with #2BAD64
Text Example
Text Example
White with #2BAD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAD64; }
p { color: rgb(43,173,100); }
H1.HeaderClassName
{
color: #2BAD64;
}
.AnyTagClassName
{
color: #2BAD64;
}
</style>
background-color css
<style>
a { background-color: #2BAD64; }
a { background-color: rgb(43,173,100); }
div.DivClassName
{
background-color: #2BAD64;
}
.BgClassName
{
background-color: #2BAD64;
}
</style>
border-color css
<style>
span { border-color: #2BAD64; }
span { border-color: rgb(43,173,100); }
td.TdClassName
{
border-color: #2BAD64;
}
.TagClassName
{
border-color: #2BAD64;
}
</style>