Shades of Medium Sea Green #2BB06F
Tints of Medium Sea Green #2BB06F
RGB
CMYK
RGB Variations
Color information
#2BB06F (or 0x2BB06F) is known color: Medium Sea Green. HEX triplet: 2B, B0 and 6F. RGB value is (43,176,111). Sum of RGB (Red+Green+Blue) = 43+176+111=330 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.03% from 330); Green value is 176 (69.14% from 255 or 53.33% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 176 - color contains mainly: green. Hex color #2BB06F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BB06F is #D44F90. Grayscale: #808080. Windows color (decimal): -13914001 or 7319595. OLE color: 7319595.
HSL color Cylindrical-coordinate representation of color #2BB06F: hue angle of 150.68º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB06F is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 176 | 111 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.31 |
| HSL | 150.68º | 0.61% | 0.43% | - |
| HSV(B) | 150.68º | 0.76% | 0.69% | - |
| XYZ | 19.39 | 32.71 | 20.33 | - |
| YUV | 128.82 | 117.94 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 176 | 111 | 0.76 | 0 | 0.37 | 0.31 | 150.68 | 0.61 | 0.43 |
| Hex | 2B | B0 | 6F | 4C | 0 | 25 | 1F | 97 | 3D | 2B |
| Octal | 53 | 260 | 157 | 114 | 0 | 45 | 37 | 227 | 75 | 53 |
| Binary | 101011 | 10110000 | 1101111 | 1001100 | 0 | 100101 | 11111 | 10010111 | 111101 | 101011 |
Color Harmonies of #2BB06F
Complementary color
Monochromatic Colors of #2BB06F
Black with #2BB06F
Text Example
Text Example
White with #2BB06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB06F; }
p { color: rgb(43,176,111); }
H1.HeaderClassName
{
color: #2BB06F;
}
.AnyTagClassName
{
color: #2BB06F;
}
</style>
background-color css
<style>
a { background-color: #2BB06F; }
a { background-color: rgb(43,176,111); }
div.DivClassName
{
background-color: #2BB06F;
}
.BgClassName
{
background-color: #2BB06F;
}
</style>
border-color css
<style>
span { border-color: #2BB06F; }
span { border-color: rgb(43,176,111); }
td.TdClassName
{
border-color: #2BB06F;
}
.TagClassName
{
border-color: #2BB06F;
}
</style>