Shades of Medium Sea Green #2BBB69
Tints of Medium Sea Green #2BBB69
RGB
CMYK
RGB Variations
Color information
#2BBB69 (or 0x2BBB69) is known color: Medium Sea Green. HEX triplet: 2B, BB and 69. RGB value is (43,187,105). Sum of RGB (Red+Green+Blue) = 43+187+105=335 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.84% from 335); Green value is 187 (73.44% from 255 or 55.82% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 187 - color contains mainly: green. Hex color #2BBB69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBB69 is #D44496. Grayscale: #868686. Windows color (decimal): -13911191 or 6929195. OLE color: 6929195.
HSL color Cylindrical-coordinate representation of color #2BBB69: hue angle of 145.83º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBB69 is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 187 | 105 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.27 |
| HSL | 145.83º | 0.63% | 0.45% | - |
| HSV(B) | 145.83º | 0.77% | 0.73% | - |
| XYZ | 21.32 | 37.07 | 19.4 | - |
| YUV | 134.6 | 111.29 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 187 | 105 | 0.77 | 0 | 0.44 | 0.27 | 145.83 | 0.63 | 0.45 |
| Hex | 2B | BB | 69 | 4D | 0 | 2C | 1B | 92 | 3F | 2D |
| Octal | 53 | 273 | 151 | 115 | 0 | 54 | 33 | 222 | 77 | 55 |
| Binary | 101011 | 10111011 | 1101001 | 1001101 | 0 | 101100 | 11011 | 10010010 | 111111 | 101101 |
Color Harmonies of #2BBB69
Complementary color
Monochromatic Colors of #2BBB69
Black with #2BBB69
Text Example
Text Example
White with #2BBB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBB69; }
p { color: rgb(43,187,105); }
H1.HeaderClassName
{
color: #2BBB69;
}
.AnyTagClassName
{
color: #2BBB69;
}
</style>
background-color css
<style>
a { background-color: #2BBB69; }
a { background-color: rgb(43,187,105); }
div.DivClassName
{
background-color: #2BBB69;
}
.BgClassName
{
background-color: #2BBB69;
}
</style>
border-color css
<style>
span { border-color: #2BBB69; }
span { border-color: rgb(43,187,105); }
td.TdClassName
{
border-color: #2BBB69;
}
.TagClassName
{
border-color: #2BBB69;
}
</style>