Shades of Medium Sea Green #2BB778
Tints of Medium Sea Green #2BB778
RGB
CMYK
RGB Variations
Color information
#2BB778 (or 0x2BB778) is known color: Medium Sea Green. HEX triplet: 2B, B7 and 78. RGB value is (43,183,120). Sum of RGB (Red+Green+Blue) = 43+183+120=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 183 (71.88% from 255 or 52.89% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 183 - color contains mainly: green. Hex color #2BB778 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB778 is #D44887. Grayscale: #868686. Windows color (decimal): -13912200 or 7911211. OLE color: 7911211.
HSL color Cylindrical-coordinate representation of color #2BB778: hue angle of 153º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB778 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 43 | 183 | 120 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.28 |
| HSL | 153º | 0.62% | 0.44% | - |
| HSV(B) | 153º | 0.77% | 0.72% | - |
| XYZ | 21.32 | 35.74 | 23.54 | - |
| YUV | 133.96 | 120.12 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 183 | 120 | 0.77 | 0 | 0.34 | 0.28 | 153 | 0.62 | 0.44 |
| Hex | 2B | B7 | 78 | 4D | 0 | 22 | 1C | 99 | 3E | 2C |
| Octal | 53 | 267 | 170 | 115 | 0 | 42 | 34 | 231 | 76 | 54 |
| Binary | 101011 | 10110111 | 1111000 | 1001101 | 0 | 100010 | 11100 | 10011001 | 111110 | 101100 |
Color Harmonies of #2BB778
Complementary color
Monochromatic Colors of #2BB778
Black with #2BB778
Text Example
Text Example
White with #2BB778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB778; }
p { color: rgb(43,183,120); }
H1.HeaderClassName
{
color: #2BB778;
}
.AnyTagClassName
{
color: #2BB778;
}
</style>
background-color css
<style>
a { background-color: #2BB778; }
a { background-color: rgb(43,183,120); }
div.DivClassName
{
background-color: #2BB778;
}
.BgClassName
{
background-color: #2BB778;
}
</style>
border-color css
<style>
span { border-color: #2BB778; }
span { border-color: rgb(43,183,120); }
td.TdClassName
{
border-color: #2BB778;
}
.TagClassName
{
border-color: #2BB778;
}
</style>