Shades of Medium Sea Green #2BCB6C
Tints of Medium Sea Green #2BCB6C
RGB
CMYK
RGB Variations
Color information
#2BCB6C (or 0x2BCB6C) is known color: Medium Sea Green. HEX triplet: 2B, CB and 6C. RGB value is (43,203,108). Sum of RGB (Red+Green+Blue) = 43+203+108=354 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.15% from 354); Green value is 203 (79.69% from 255 or 57.34% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 203 - color contains mainly: green. Hex color #2BCB6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCB6C is #D43493. Grayscale: #909090. Windows color (decimal): -13907092 or 7129899. OLE color: 7129899.
HSL color Cylindrical-coordinate representation of color #2BCB6C: hue angle of 144.38º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCB6C is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 203 | 108 | - |
| CMYK | 0.79 | 0 | 0.47 | 0.20 |
| HSL | 144.38º | 0.65% | 0.48% | - |
| HSV(B) | 144.38º | 0.79% | 0.8% | - |
| XYZ | 25.06 | 44.31 | 21.42 | - |
| YUV | 144.33 | 107.49 | 55.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 203 | 108 | 0.79 | 0 | 0.47 | 0.20 | 144.38 | 0.65 | 0.48 |
| Hex | 2B | CB | 6C | 4F | 0 | 2F | 14 | 90 | 41 | 30 |
| Octal | 53 | 313 | 154 | 117 | 0 | 57 | 24 | 220 | 101 | 60 |
| Binary | 101011 | 11001011 | 1101100 | 1001111 | 0 | 101111 | 10100 | 10010000 | 1000001 | 110000 |
Color Harmonies of #2BCB6C
Complementary color
Monochromatic Colors of #2BCB6C
Black with #2BCB6C
Text Example
Text Example
White with #2BCB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCB6C; }
p { color: rgb(43,203,108); }
H1.HeaderClassName
{
color: #2BCB6C;
}
.AnyTagClassName
{
color: #2BCB6C;
}
</style>
background-color css
<style>
a { background-color: #2BCB6C; }
a { background-color: rgb(43,203,108); }
div.DivClassName
{
background-color: #2BCB6C;
}
.BgClassName
{
background-color: #2BCB6C;
}
</style>
border-color css
<style>
span { border-color: #2BCB6C; }
span { border-color: rgb(43,203,108); }
td.TdClassName
{
border-color: #2BCB6C;
}
.TagClassName
{
border-color: #2BCB6C;
}
</style>