Shades of Light Sea Green #2BAA9F
Tints of Light Sea Green #2BAA9F
RGB
CMYK
RGB Variations
Color information
#2BAA9F (or 0x2BAA9F) is known color: Light Sea Green. HEX triplet: 2B, AA and 9F. RGB value is (43,170,159). Sum of RGB (Red+Green+Blue) = 43+170+159=372 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.56% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAA9F is #D45560. Grayscale: #828282. Windows color (decimal): -13915489 or 10463787. OLE color: 10463787.
HSL color Cylindrical-coordinate representation of color #2BAA9F: hue angle of 174.8º 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 #2BAA9F is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 159 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.33 |
| HSL | 174.8º | 0.6% | 0.42% | - |
| HSV(B) | 174.8º | 0.75% | 0.67% | - |
| XYZ | 21.63 | 31.77 | 37.79 | - |
| YUV | 130.77 | 143.92 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 159 | 0.75 | 0 | 0.06 | 0.33 | 174.8 | 0.6 | 0.42 |
| Hex | 2B | AA | 9F | 4B | 0 | 6 | 21 | AF | 3C | 2A |
| Octal | 53 | 252 | 237 | 113 | 0 | 6 | 41 | 257 | 74 | 52 |
| Binary | 101011 | 10101010 | 10011111 | 1001011 | 0 | 110 | 100001 | 10101111 | 111100 | 101010 |
Color Harmonies of #2BAA9F
Complementary color
Monochromatic Colors of #2BAA9F
Black with #2BAA9F
Text Example
Text Example
White with #2BAA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA9F; }
p { color: rgb(43,170,159); }
H1.HeaderClassName
{
color: #2BAA9F;
}
.AnyTagClassName
{
color: #2BAA9F;
}
</style>
background-color css
<style>
a { background-color: #2BAA9F; }
a { background-color: rgb(43,170,159); }
div.DivClassName
{
background-color: #2BAA9F;
}
.BgClassName
{
background-color: #2BAA9F;
}
</style>
border-color css
<style>
span { border-color: #2BAA9F; }
span { border-color: rgb(43,170,159); }
td.TdClassName
{
border-color: #2BAA9F;
}
.TagClassName
{
border-color: #2BAA9F;
}
</style>