Shades of Medium Sea Green #2BCA7C
Tints of Medium Sea Green #2BCA7C
RGB
CMYK
RGB Variations
Color information
#2BCA7C (or 0x2BCA7C) is known color: Medium Sea Green. HEX triplet: 2B, CA and 7C. RGB value is (43,202,124). Sum of RGB (Red+Green+Blue) = 43+202+124=369 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.65% from 369); Green value is 202 (79.30% from 255 or 54.74% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 202 - color contains mainly: green. Hex color #2BCA7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCA7C is #D43583. Grayscale: #919191. Windows color (decimal): -13907332 or 8178219. OLE color: 8178219.
HSL color Cylindrical-coordinate representation of color #2BCA7C: hue angle of 150.57º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCA7C is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 202 | 124 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.21 |
| HSL | 150.57º | 0.65% | 0.48% | - |
| HSV(B) | 150.57º | 0.79% | 0.79% | - |
| XYZ | 25.75 | 44.21 | 26.24 | - |
| YUV | 145.57 | 115.82 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 202 | 124 | 0.79 | 0 | 0.39 | 0.21 | 150.57 | 0.65 | 0.48 |
| Hex | 2B | CA | 7C | 4F | 0 | 27 | 15 | 97 | 41 | 30 |
| Octal | 53 | 312 | 174 | 117 | 0 | 47 | 25 | 227 | 101 | 60 |
| Binary | 101011 | 11001010 | 1111100 | 1001111 | 0 | 100111 | 10101 | 10010111 | 1000001 | 110000 |
Color Harmonies of #2BCA7C
Complementary color
Monochromatic Colors of #2BCA7C
Black with #2BCA7C
Text Example
Text Example
White with #2BCA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCA7C; }
p { color: rgb(43,202,124); }
H1.HeaderClassName
{
color: #2BCA7C;
}
.AnyTagClassName
{
color: #2BCA7C;
}
</style>
background-color css
<style>
a { background-color: #2BCA7C; }
a { background-color: rgb(43,202,124); }
div.DivClassName
{
background-color: #2BCA7C;
}
.BgClassName
{
background-color: #2BCA7C;
}
</style>
border-color css
<style>
span { border-color: #2BCA7C; }
span { border-color: rgb(43,202,124); }
td.TdClassName
{
border-color: #2BCA7C;
}
.TagClassName
{
border-color: #2BCA7C;
}
</style>