Shades of Medium Sea Green #2BCD68
Tints of Medium Sea Green #2BCD68
RGB
CMYK
RGB Variations
Color information
#2BCD68 (or 0x2BCD68) is known color: Medium Sea Green. HEX triplet: 2B, CD and 68. RGB value is (43,205,104). Sum of RGB (Red+Green+Blue) = 43+205+104=352 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.22% from 352); Green value is 205 (80.47% from 255 or 58.24% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCD68 is #D43297. Grayscale: #919191. Windows color (decimal): -13906584 or 6868267. OLE color: 6868267.
HSL color Cylindrical-coordinate representation of color #2BCD68: hue angle of 142.59º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCD68 is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 205 | 104 | - |
| CMYK | 0.79 | 0 | 0.49 | 0.20 |
| HSL | 142.59º | 0.65% | 0.49% | - |
| HSV(B) | 142.59º | 0.79% | 0.8% | - |
| XYZ | 25.33 | 45.18 | 20.48 | - |
| YUV | 145.05 | 104.83 | 55.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 205 | 104 | 0.79 | 0 | 0.49 | 0.20 | 142.59 | 0.65 | 0.49 |
| Hex | 2B | CD | 68 | 4F | 0 | 31 | 14 | 8F | 41 | 31 |
| Octal | 53 | 315 | 150 | 117 | 0 | 61 | 24 | 217 | 101 | 61 |
| Binary | 101011 | 11001101 | 1101000 | 1001111 | 0 | 110001 | 10100 | 10001111 | 1000001 | 110001 |
Color Harmonies of #2BCD68
Complementary color
Monochromatic Colors of #2BCD68
Black with #2BCD68
Text Example
Text Example
White with #2BCD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCD68; }
p { color: rgb(43,205,104); }
H1.HeaderClassName
{
color: #2BCD68;
}
.AnyTagClassName
{
color: #2BCD68;
}
</style>
background-color css
<style>
a { background-color: #2BCD68; }
a { background-color: rgb(43,205,104); }
div.DivClassName
{
background-color: #2BCD68;
}
.BgClassName
{
background-color: #2BCD68;
}
</style>
border-color css
<style>
span { border-color: #2BCD68; }
span { border-color: rgb(43,205,104); }
td.TdClassName
{
border-color: #2BCD68;
}
.TagClassName
{
border-color: #2BCD68;
}
</style>