Shades of Light Sea Green #2BBAA7
Tints of Light Sea Green #2BBAA7
RGB
CMYK
RGB Variations
Color information
#2BBAA7 (or 0x2BBAA7) is known color: Light Sea Green. HEX triplet: 2B, BA and A7. RGB value is (43,186,167). Sum of RGB (Red+Green+Blue) = 43+186+167=396 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.86% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 167 (65.62% from 255 or 42.17% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBAA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBAA7 is #D44558. Grayscale: #8D8D8D. Windows color (decimal): -13911385 or 10992171. OLE color: 10992171.
HSL color Cylindrical-coordinate representation of color #2BBAA7: hue angle of 172.03º degrees, saturation: 0.62, 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 #2BBAA7 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 167 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.27 |
| HSL | 172.03º | 0.62% | 0.45% | - |
| HSV(B) | 172.03º | 0.77% | 0.73% | - |
| XYZ | 25.53 | 38.42 | 42.63 | - |
| YUV | 141.08 | 142.62 | 58.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 167 | 0.77 | 0 | 0.10 | 0.27 | 172.03 | 0.62 | 0.45 |
| Hex | 2B | BA | A7 | 4D | 0 | A | 1B | AC | 3E | 2D |
| Octal | 53 | 272 | 247 | 115 | 0 | 12 | 33 | 254 | 76 | 55 |
| Binary | 101011 | 10111010 | 10100111 | 1001101 | 0 | 1010 | 11011 | 10101100 | 111110 | 101101 |
Color Harmonies of #2BBAA7
Complementary color
Monochromatic Colors of #2BBAA7
Black with #2BBAA7
Text Example
Text Example
White with #2BBAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBAA7; }
p { color: rgb(43,186,167); }
H1.HeaderClassName
{
color: #2BBAA7;
}
.AnyTagClassName
{
color: #2BBAA7;
}
</style>
background-color css
<style>
a { background-color: #2BBAA7; }
a { background-color: rgb(43,186,167); }
div.DivClassName
{
background-color: #2BBAA7;
}
.BgClassName
{
background-color: #2BBAA7;
}
</style>
border-color css
<style>
span { border-color: #2BBAA7; }
span { border-color: rgb(43,186,167); }
td.TdClassName
{
border-color: #2BBAA7;
}
.TagClassName
{
border-color: #2BBAA7;
}
</style>