Shades of Light Sea Green #2BBABF
Tints of Light Sea Green #2BBABF
RGB
CMYK
RGB Variations
Color information
#2BBABF (or 0x2BBABF) is known color: Light Sea Green. HEX triplet: 2B, BA and BF. RGB value is (43,186,191). Sum of RGB (Red+Green+Blue) = 43+186+191=420 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.24% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #2BBABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBABF is #D44540. Grayscale: #8F8F8F. Windows color (decimal): -13911361 or 12565035. OLE color: 12565035.
HSL color Cylindrical-coordinate representation of color #2BBABF: hue angle of 182.03º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBABF is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 186 | 191 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.25 |
| HSL | 182.03º | 0.63% | 0.46% | - |
| HSV(B) | 182.03º | 0.77% | 0.75% | - |
| XYZ | 27.96 | 39.39 | 55.42 | - |
| YUV | 143.81 | 154.62 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 191 | 0.77 | 0.03 | 0 | 0.25 | 182.03 | 0.63 | 0.46 |
| Hex | 2B | BA | BF | 4D | 3 | 0 | 19 | B6 | 3F | 2E |
| Octal | 53 | 272 | 277 | 115 | 3 | 0 | 31 | 266 | 77 | 56 |
| Binary | 101011 | 10111010 | 10111111 | 1001101 | 11 | 0 | 11001 | 10110110 | 111111 | 101110 |
Color Harmonies of #2BBABF
Complementary color
Monochromatic Colors of #2BBABF
Black with #2BBABF
Text Example
Text Example
White with #2BBABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBABF; }
p { color: rgb(43,186,191); }
H1.HeaderClassName
{
color: #2BBABF;
}
.AnyTagClassName
{
color: #2BBABF;
}
</style>
background-color css
<style>
a { background-color: #2BBABF; }
a { background-color: rgb(43,186,191); }
div.DivClassName
{
background-color: #2BBABF;
}
.BgClassName
{
background-color: #2BBABF;
}
</style>
border-color css
<style>
span { border-color: #2BBABF; }
span { border-color: rgb(43,186,191); }
td.TdClassName
{
border-color: #2BBABF;
}
.TagClassName
{
border-color: #2BBABF;
}
</style>