Shades of Light Sea Green #2BBAC2
Tints of Light Sea Green #2BBAC2
RGB
CMYK
RGB Variations
Color information
#2BBAC2 (or 0x2BBAC2) is known color: Light Sea Green. HEX triplet: 2B, BA and C2. RGB value is (43,186,194). Sum of RGB (Red+Green+Blue) = 43+186+194=423 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.17% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 194 (76.17% from 255 or 45.86% from 423); Max value from RGB is 194 - color contains mainly: blue. Hex color #2BBAC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBAC2 is #D4453D. Grayscale: #8F8F8F. Windows color (decimal): -13911358 or 12761643. OLE color: 12761643.
HSL color Cylindrical-coordinate representation of color #2BBAC2: hue angle of 183.18º 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 #2BBAC2 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 186 | 194 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.24 |
| HSL | 183.18º | 0.64% | 0.46% | - |
| HSV(B) | 183.18º | 0.78% | 0.76% | - |
| XYZ | 28.29 | 39.53 | 57.18 | - |
| YUV | 144.16 | 156.12 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 194 | 0.78 | 0.04 | 0 | 0.24 | 183.18 | 0.64 | 0.46 |
| Hex | 2B | BA | C2 | 4E | 4 | 0 | 18 | B7 | 40 | 2E |
| Octal | 53 | 272 | 302 | 116 | 4 | 0 | 30 | 267 | 100 | 56 |
| Binary | 101011 | 10111010 | 11000010 | 1001110 | 100 | 0 | 11000 | 10110111 | 1000000 | 101110 |
Color Harmonies of #2BBAC2
Complementary color
Monochromatic Colors of #2BBAC2
Black with #2BBAC2
Text Example
Text Example
White with #2BBAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBAC2; }
p { color: rgb(43,186,194); }
H1.HeaderClassName
{
color: #2BBAC2;
}
.AnyTagClassName
{
color: #2BBAC2;
}
</style>
background-color css
<style>
a { background-color: #2BBAC2; }
a { background-color: rgb(43,186,194); }
div.DivClassName
{
background-color: #2BBAC2;
}
.BgClassName
{
background-color: #2BBAC2;
}
</style>
border-color css
<style>
span { border-color: #2BBAC2; }
span { border-color: rgb(43,186,194); }
td.TdClassName
{
border-color: #2BBAC2;
}
.TagClassName
{
border-color: #2BBAC2;
}
</style>