Shades of Light Sea Green #2BA9AC
Tints of Light Sea Green #2BA9AC
RGB
CMYK
RGB Variations
Color information
#2BA9AC (or 0x2BA9AC) is known color: Light Sea Green. HEX triplet: 2B, A9 and AC. RGB value is (43,169,172). Sum of RGB (Red+Green+Blue) = 43+169+172=384 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.20% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #2BA9AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA9AC is #D45653. Grayscale: #838383. Windows color (decimal): -13915732 or 11315499. OLE color: 11315499.
HSL color Cylindrical-coordinate representation of color #2BA9AC: hue angle of 181.4º 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 #2BA9AC is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 169 | 172 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.33 |
| HSL | 181.4º | 0.6% | 0.42% | - |
| HSV(B) | 181.4º | 0.75% | 0.67% | - |
| XYZ | 22.63 | 31.87 | 43.99 | - |
| YUV | 131.67 | 150.76 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 172 | 0.75 | 0.02 | 0 | 0.33 | 181.4 | 0.6 | 0.42 |
| Hex | 2B | A9 | AC | 4B | 2 | 0 | 21 | B5 | 3C | 2A |
| Octal | 53 | 251 | 254 | 113 | 2 | 0 | 41 | 265 | 74 | 52 |
| Binary | 101011 | 10101001 | 10101100 | 1001011 | 10 | 0 | 100001 | 10110101 | 111100 | 101010 |
Color Harmonies of #2BA9AC
Complementary color
Monochromatic Colors of #2BA9AC
Black with #2BA9AC
Text Example
Text Example
White with #2BA9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA9AC; }
p { color: rgb(43,169,172); }
H1.HeaderClassName
{
color: #2BA9AC;
}
.AnyTagClassName
{
color: #2BA9AC;
}
</style>
background-color css
<style>
a { background-color: #2BA9AC; }
a { background-color: rgb(43,169,172); }
div.DivClassName
{
background-color: #2BA9AC;
}
.BgClassName
{
background-color: #2BA9AC;
}
</style>
border-color css
<style>
span { border-color: #2BA9AC; }
span { border-color: rgb(43,169,172); }
td.TdClassName
{
border-color: #2BA9AC;
}
.TagClassName
{
border-color: #2BA9AC;
}
</style>