Shades of Light Sea Green #2BACA1
Tints of Light Sea Green #2BACA1
RGB
CMYK
RGB Variations
Color information
#2BACA1 (or 0x2BACA1) is known color: Light Sea Green. HEX triplet: 2B, AC and A1. RGB value is (43,172,161). Sum of RGB (Red+Green+Blue) = 43+172+161=376 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.44% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 172 - color contains mainly: green. Hex color #2BACA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BACA1 is #D4535E. Grayscale: #848484. Windows color (decimal): -13914975 or 10595371. OLE color: 10595371.
HSL color Cylindrical-coordinate representation of color #2BACA1: hue angle of 174.88º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BACA1 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 172 | 161 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.33 |
| HSL | 174.88º | 0.6% | 0.42% | - |
| HSV(B) | 174.88º | 0.75% | 0.67% | - |
| XYZ | 22.18 | 32.59 | 38.84 | - |
| YUV | 132.18 | 144.26 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 161 | 0.75 | 0 | 0.06 | 0.33 | 174.88 | 0.6 | 0.42 |
| Hex | 2B | AC | A1 | 4B | 0 | 6 | 21 | AF | 3C | 2A |
| Octal | 53 | 254 | 241 | 113 | 0 | 6 | 41 | 257 | 74 | 52 |
| Binary | 101011 | 10101100 | 10100001 | 1001011 | 0 | 110 | 100001 | 10101111 | 111100 | 101010 |
Color Harmonies of #2BACA1
Complementary color
Monochromatic Colors of #2BACA1
Black with #2BACA1
Text Example
Text Example
White with #2BACA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BACA1; }
p { color: rgb(43,172,161); }
H1.HeaderClassName
{
color: #2BACA1;
}
.AnyTagClassName
{
color: #2BACA1;
}
</style>
background-color css
<style>
a { background-color: #2BACA1; }
a { background-color: rgb(43,172,161); }
div.DivClassName
{
background-color: #2BACA1;
}
.BgClassName
{
background-color: #2BACA1;
}
</style>
border-color css
<style>
span { border-color: #2BACA1; }
span { border-color: rgb(43,172,161); }
td.TdClassName
{
border-color: #2BACA1;
}
.TagClassName
{
border-color: #2BACA1;
}
</style>