Shades of Light Sea Green #2BA9AA
Tints of Light Sea Green #2BA9AA
RGB
CMYK
RGB Variations
Color information
#2BA9AA (or 0x2BA9AA) is known color: Light Sea Green. HEX triplet: 2B, A9 and AA. RGB value is (43,169,170). Sum of RGB (Red+Green+Blue) = 43+169+170=382 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.26% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #2BA9AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA9AA is #D45655. Grayscale: #838383. Windows color (decimal): -13915734 or 11184427. OLE color: 11184427.
HSL color Cylindrical-coordinate representation of color #2BA9AA: 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 #2BA9AA is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 169 | 170 | - |
| 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.44 | 31.79 | 42.98 | - |
| YUV | 131.44 | 149.76 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 170 | 0.75 | 0.01 | 0 | 0.33 | 180.47 | 0.6 | 0.42 |
| Hex | 2B | A9 | AA | 4B | 1 | 0 | 21 | B4 | 3C | 2A |
| Octal | 53 | 251 | 252 | 113 | 1 | 0 | 41 | 264 | 74 | 52 |
| Binary | 101011 | 10101001 | 10101010 | 1001011 | 1 | 0 | 100001 | 10110100 | 111100 | 101010 |
Color Harmonies of #2BA9AA
Complementary color
Monochromatic Colors of #2BA9AA
Black with #2BA9AA
Text Example
Text Example
White with #2BA9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA9AA; }
p { color: rgb(43,169,170); }
H1.HeaderClassName
{
color: #2BA9AA;
}
.AnyTagClassName
{
color: #2BA9AA;
}
</style>
background-color css
<style>
a { background-color: #2BA9AA; }
a { background-color: rgb(43,169,170); }
div.DivClassName
{
background-color: #2BA9AA;
}
.BgClassName
{
background-color: #2BA9AA;
}
</style>
border-color css
<style>
span { border-color: #2BA9AA; }
span { border-color: rgb(43,169,170); }
td.TdClassName
{
border-color: #2BA9AA;
}
.TagClassName
{
border-color: #2BA9AA;
}
</style>