Shades of Medium Sea Green #2BC668
Tints of Medium Sea Green #2BC668
RGB
CMYK
RGB Variations
Color information
#2BC668 (or 0x2BC668) is known color: Medium Sea Green. HEX triplet: 2B, C6 and 68. RGB value is (43,198,104). Sum of RGB (Red+Green+Blue) = 43+198+104=345 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.46% from 345); Green value is 198 (77.73% from 255 or 57.39% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 198 - color contains mainly: green. Hex color #2BC668 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC668 is #D43997. Grayscale: #8D8D8D. Windows color (decimal): -13908376 or 6866475. OLE color: 6866475.
HSL color Cylindrical-coordinate representation of color #2BC668: hue angle of 143.61º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC668 is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 198 | 104 | - |
| CMYK | 0.78 | 0 | 0.47 | 0.22 |
| HSL | 143.61º | 0.64% | 0.47% | - |
| HSV(B) | 143.61º | 0.78% | 0.78% | - |
| XYZ | 23.69 | 41.9 | 19.94 | - |
| YUV | 140.94 | 107.15 | 58.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 198 | 104 | 0.78 | 0 | 0.47 | 0.22 | 143.61 | 0.64 | 0.47 |
| Hex | 2B | C6 | 68 | 4E | 0 | 2F | 16 | 90 | 40 | 2F |
| Octal | 53 | 306 | 150 | 116 | 0 | 57 | 26 | 220 | 100 | 57 |
| Binary | 101011 | 11000110 | 1101000 | 1001110 | 0 | 101111 | 10110 | 10010000 | 1000000 | 101111 |
Color Harmonies of #2BC668
Complementary color
Monochromatic Colors of #2BC668
Black with #2BC668
Text Example
Text Example
White with #2BC668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC668; }
p { color: rgb(43,198,104); }
H1.HeaderClassName
{
color: #2BC668;
}
.AnyTagClassName
{
color: #2BC668;
}
</style>
background-color css
<style>
a { background-color: #2BC668; }
a { background-color: rgb(43,198,104); }
div.DivClassName
{
background-color: #2BC668;
}
.BgClassName
{
background-color: #2BC668;
}
</style>
border-color css
<style>
span { border-color: #2BC668; }
span { border-color: rgb(43,198,104); }
td.TdClassName
{
border-color: #2BC668;
}
.TagClassName
{
border-color: #2BC668;
}
</style>