Shades of Medium Sea Green #2BCF7B
Tints of Medium Sea Green #2BCF7B
RGB
CMYK
RGB Variations
Color information
#2BCF7B (or 0x2BCF7B) is known color: Medium Sea Green. HEX triplet: 2B, CF and 7B. RGB value is (43,207,123). Sum of RGB (Red+Green+Blue) = 43+207+123=373 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.53% from 373); Green value is 207 (81.25% from 255 or 55.50% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCF7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCF7B is #D43084. Grayscale: #949494. Windows color (decimal): -13906053 or 8113963. OLE color: 8113963.
HSL color Cylindrical-coordinate representation of color #2BCF7B: hue angle of 149.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCF7B is Cyan = 0.79, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 207 | 123 | - |
| CMYK | 0.79 | 0 | 0.41 | 0.19 |
| HSL | 149.27º | 0.66% | 0.49% | - |
| HSV(B) | 149.27º | 0.79% | 0.81% | - |
| XYZ | 26.88 | 46.57 | 26.31 | - |
| YUV | 148.39 | 113.67 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 207 | 123 | 0.79 | 0 | 0.41 | 0.19 | 149.27 | 0.66 | 0.49 |
| Hex | 2B | CF | 7B | 4F | 0 | 29 | 13 | 95 | 42 | 31 |
| Octal | 53 | 317 | 173 | 117 | 0 | 51 | 23 | 225 | 102 | 61 |
| Binary | 101011 | 11001111 | 1111011 | 1001111 | 0 | 101001 | 10011 | 10010101 | 1000010 | 110001 |
Color Harmonies of #2BCF7B
Complementary color
Monochromatic Colors of #2BCF7B
Black with #2BCF7B
Text Example
Text Example
White with #2BCF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCF7B; }
p { color: rgb(43,207,123); }
H1.HeaderClassName
{
color: #2BCF7B;
}
.AnyTagClassName
{
color: #2BCF7B;
}
</style>
background-color css
<style>
a { background-color: #2BCF7B; }
a { background-color: rgb(43,207,123); }
div.DivClassName
{
background-color: #2BCF7B;
}
.BgClassName
{
background-color: #2BCF7B;
}
</style>
border-color css
<style>
span { border-color: #2BCF7B; }
span { border-color: rgb(43,207,123); }
td.TdClassName
{
border-color: #2BCF7B;
}
.TagClassName
{
border-color: #2BCF7B;
}
</style>