Shades of Light Sea Green #2BAAAB
Tints of Light Sea Green #2BAAAB
RGB
CMYK
RGB Variations
Color information
#2BAAAB (or 0x2BAAAB) is known color: Light Sea Green. HEX triplet: 2B, AA and AB. RGB value is (43,170,171). Sum of RGB (Red+Green+Blue) = 43+170+171=384 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.20% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #2BAAAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAAAB is #D45554. Grayscale: #848484. Windows color (decimal): -13915477 or 11250219. OLE color: 11250219.
HSL color Cylindrical-coordinate representation of color #2BAAAB: hue angle of 180.47º 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 #2BAAAB is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 171 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.33 |
| HSL | 180.47º | 0.6% | 0.42% | - |
| HSV(B) | 180.47º | 0.75% | 0.67% | - |
| XYZ | 22.72 | 32.2 | 43.55 | - |
| YUV | 132.14 | 149.92 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 171 | 0.75 | 0.01 | 0 | 0.33 | 180.47 | 0.6 | 0.42 |
| Hex | 2B | AA | AB | 4B | 1 | 0 | 21 | B4 | 3C | 2A |
| Octal | 53 | 252 | 253 | 113 | 1 | 0 | 41 | 264 | 74 | 52 |
| Binary | 101011 | 10101010 | 10101011 | 1001011 | 1 | 0 | 100001 | 10110100 | 111100 | 101010 |
Color Harmonies of #2BAAAB
Complementary color
Monochromatic Colors of #2BAAAB
Black with #2BAAAB
Text Example
Text Example
White with #2BAAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAAAB; }
p { color: rgb(43,170,171); }
H1.HeaderClassName
{
color: #2BAAAB;
}
.AnyTagClassName
{
color: #2BAAAB;
}
</style>
background-color css
<style>
a { background-color: #2BAAAB; }
a { background-color: rgb(43,170,171); }
div.DivClassName
{
background-color: #2BAAAB;
}
.BgClassName
{
background-color: #2BAAAB;
}
</style>
border-color css
<style>
span { border-color: #2BAAAB; }
span { border-color: rgb(43,170,171); }
td.TdClassName
{
border-color: #2BAAAB;
}
.TagClassName
{
border-color: #2BAAAB;
}
</style>