Shades of Light Sea Green #2BBA9D
Tints of Light Sea Green #2BBA9D
RGB
CMYK
RGB Variations
Color information
#2BBA9D (or 0x2BBA9D) is known color: Light Sea Green. HEX triplet: 2B, BA and 9D. RGB value is (43,186,157). Sum of RGB (Red+Green+Blue) = 43+186+157=386 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.14% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBA9D is #D44562. Grayscale: #8B8B8B. Windows color (decimal): -13911395 or 10336811. OLE color: 10336811.
HSL color Cylindrical-coordinate representation of color #2BBA9D: hue angle of 167.83º 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 #2BBA9D is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 157 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.27 |
| HSL | 167.83º | 0.62% | 0.45% | - |
| HSV(B) | 167.83º | 0.77% | 0.73% | - |
| XYZ | 24.64 | 38.07 | 37.95 | - |
| YUV | 139.94 | 137.62 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 157 | 0.77 | 0 | 0.16 | 0.27 | 167.83 | 0.62 | 0.45 |
| Hex | 2B | BA | 9D | 4D | 0 | 10 | 1B | A8 | 3E | 2D |
| Octal | 53 | 272 | 235 | 115 | 0 | 20 | 33 | 250 | 76 | 55 |
| Binary | 101011 | 10111010 | 10011101 | 1001101 | 0 | 10000 | 11011 | 10101000 | 111110 | 101101 |
Color Harmonies of #2BBA9D
Complementary color
Monochromatic Colors of #2BBA9D
Black with #2BBA9D
Text Example
Text Example
White with #2BBA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBA9D; }
p { color: rgb(43,186,157); }
H1.HeaderClassName
{
color: #2BBA9D;
}
.AnyTagClassName
{
color: #2BBA9D;
}
</style>
background-color css
<style>
a { background-color: #2BBA9D; }
a { background-color: rgb(43,186,157); }
div.DivClassName
{
background-color: #2BBA9D;
}
.BgClassName
{
background-color: #2BBA9D;
}
</style>
border-color css
<style>
span { border-color: #2BBA9D; }
span { border-color: rgb(43,186,157); }
td.TdClassName
{
border-color: #2BBA9D;
}
.TagClassName
{
border-color: #2BBA9D;
}
</style>