Shades of Medium Sea Green #2BB679
Tints of Medium Sea Green #2BB679
RGB
CMYK
RGB Variations
Color information
#2BB679 (or 0x2BB679) is known color: Medium Sea Green. HEX triplet: 2B, B6 and 79. RGB value is (43,182,121). Sum of RGB (Red+Green+Blue) = 43+182+121=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 182 (71.48% from 255 or 52.60% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB679 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB679 is #D44986. Grayscale: #858585. Windows color (decimal): -13912455 or 7976491. OLE color: 7976491.
HSL color Cylindrical-coordinate representation of color #2BB679: hue angle of 153.67º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB679 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 182 | 121 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.29 |
| HSL | 153.67º | 0.62% | 0.44% | - |
| HSV(B) | 153.67º | 0.76% | 0.71% | - |
| XYZ | 21.18 | 35.35 | 23.8 | - |
| YUV | 133.49 | 120.95 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 182 | 121 | 0.76 | 0 | 0.34 | 0.29 | 153.67 | 0.62 | 0.44 |
| Hex | 2B | B6 | 79 | 4C | 0 | 22 | 1D | 9A | 3E | 2C |
| Octal | 53 | 266 | 171 | 114 | 0 | 42 | 35 | 232 | 76 | 54 |
| Binary | 101011 | 10110110 | 1111001 | 1001100 | 0 | 100010 | 11101 | 10011010 | 111110 | 101100 |
Color Harmonies of #2BB679
Complementary color
Monochromatic Colors of #2BB679
Black with #2BB679
Text Example
Text Example
White with #2BB679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB679; }
p { color: rgb(43,182,121); }
H1.HeaderClassName
{
color: #2BB679;
}
.AnyTagClassName
{
color: #2BB679;
}
</style>
background-color css
<style>
a { background-color: #2BB679; }
a { background-color: rgb(43,182,121); }
div.DivClassName
{
background-color: #2BB679;
}
.BgClassName
{
background-color: #2BB679;
}
</style>
border-color css
<style>
span { border-color: #2BB679; }
span { border-color: rgb(43,182,121); }
td.TdClassName
{
border-color: #2BB679;
}
.TagClassName
{
border-color: #2BB679;
}
</style>