Shades of Light Sea Green #2BBAC1
Tints of Light Sea Green #2BBAC1
RGB
CMYK
RGB Variations
Color information
#2BBAC1 (or 0x2BBAC1) is known color: Light Sea Green. HEX triplet: 2B, BA and C1. RGB value is (43,186,193). Sum of RGB (Red+Green+Blue) = 43+186+193=422 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.19% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 193 (75.78% from 255 or 45.73% from 422); Max value from RGB is 193 - color contains mainly: blue. Hex color #2BBAC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBAC1 is #D4453E. Grayscale: #8F8F8F. Windows color (decimal): -13911359 or 12696107. OLE color: 12696107.
HSL color Cylindrical-coordinate representation of color #2BBAC1: hue angle of 182.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BBAC1 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 186 | 193 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.24 |
| HSL | 182.8º | 0.64% | 0.46% | - |
| HSV(B) | 182.8º | 0.78% | 0.76% | - |
| XYZ | 28.18 | 39.48 | 56.59 | - |
| YUV | 144.04 | 155.62 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 193 | 0.78 | 0.04 | 0 | 0.24 | 182.8 | 0.64 | 0.46 |
| Hex | 2B | BA | C1 | 4E | 4 | 0 | 18 | B7 | 40 | 2E |
| Octal | 53 | 272 | 301 | 116 | 4 | 0 | 30 | 267 | 100 | 56 |
| Binary | 101011 | 10111010 | 11000001 | 1001110 | 100 | 0 | 11000 | 10110111 | 1000000 | 101110 |
Color Harmonies of #2BBAC1
Complementary color
Monochromatic Colors of #2BBAC1
Black with #2BBAC1
Text Example
Text Example
White with #2BBAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBAC1; }
p { color: rgb(43,186,193); }
H1.HeaderClassName
{
color: #2BBAC1;
}
.AnyTagClassName
{
color: #2BBAC1;
}
</style>
background-color css
<style>
a { background-color: #2BBAC1; }
a { background-color: rgb(43,186,193); }
div.DivClassName
{
background-color: #2BBAC1;
}
.BgClassName
{
background-color: #2BBAC1;
}
</style>
border-color css
<style>
span { border-color: #2BBAC1; }
span { border-color: rgb(43,186,193); }
td.TdClassName
{
border-color: #2BBAC1;
}
.TagClassName
{
border-color: #2BBAC1;
}
</style>