Shades of Light Sea Green #2BAAA0
Tints of Light Sea Green #2BAAA0
RGB
CMYK
RGB Variations
Color information
#2BAAA0 (or 0x2BAAA0) is known color: Light Sea Green. HEX triplet: 2B, AA and A0. RGB value is (43,170,160). Sum of RGB (Red+Green+Blue) = 43+170+160=373 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.53% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAAA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAAA0 is #D4555F. Grayscale: #828282. Windows color (decimal): -13915488 or 10529323. OLE color: 10529323.
HSL color Cylindrical-coordinate representation of color #2BAAA0: hue angle of 175.28º 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 #2BAAA0 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 160 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.33 |
| HSL | 175.28º | 0.6% | 0.42% | - |
| HSV(B) | 175.28º | 0.75% | 0.67% | - |
| XYZ | 21.72 | 31.8 | 38.25 | - |
| YUV | 130.89 | 144.42 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 160 | 0.75 | 0 | 0.06 | 0.33 | 175.28 | 0.6 | 0.42 |
| Hex | 2B | AA | A0 | 4B | 0 | 6 | 21 | AF | 3C | 2A |
| Octal | 53 | 252 | 240 | 113 | 0 | 6 | 41 | 257 | 74 | 52 |
| Binary | 101011 | 10101010 | 10100000 | 1001011 | 0 | 110 | 100001 | 10101111 | 111100 | 101010 |
Color Harmonies of #2BAAA0
Complementary color
Monochromatic Colors of #2BAAA0
Black with #2BAAA0
Text Example
Text Example
White with #2BAAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAAA0; }
p { color: rgb(43,170,160); }
H1.HeaderClassName
{
color: #2BAAA0;
}
.AnyTagClassName
{
color: #2BAAA0;
}
</style>
background-color css
<style>
a { background-color: #2BAAA0; }
a { background-color: rgb(43,170,160); }
div.DivClassName
{
background-color: #2BAAA0;
}
.BgClassName
{
background-color: #2BAAA0;
}
</style>
border-color css
<style>
span { border-color: #2BAAA0; }
span { border-color: rgb(43,170,160); }
td.TdClassName
{
border-color: #2BAAA0;
}
.TagClassName
{
border-color: #2BAAA0;
}
</style>