Shades of Light Sea Green #2BAA9D
Tints of Light Sea Green #2BAA9D
RGB
CMYK
RGB Variations
Color information
#2BAA9D (or 0x2BAA9D) is known color: Light Sea Green. HEX triplet: 2B, AA and 9D. RGB value is (43,170,157). Sum of RGB (Red+Green+Blue) = 43+170+157=370 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.62% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAA9D is #D45562. Grayscale: #828282. Windows color (decimal): -13915491 or 10332715. OLE color: 10332715.
HSL color Cylindrical-coordinate representation of color #2BAA9D: hue angle of 173.86º 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 #2BAA9D is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 157 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.33 |
| HSL | 173.86º | 0.6% | 0.42% | - |
| HSV(B) | 173.86º | 0.75% | 0.67% | - |
| XYZ | 21.46 | 31.7 | 36.89 | - |
| YUV | 130.55 | 142.92 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 157 | 0.75 | 0 | 0.08 | 0.33 | 173.86 | 0.6 | 0.42 |
| Hex | 2B | AA | 9D | 4B | 0 | 8 | 21 | AE | 3C | 2A |
| Octal | 53 | 252 | 235 | 113 | 0 | 10 | 41 | 256 | 74 | 52 |
| Binary | 101011 | 10101010 | 10011101 | 1001011 | 0 | 1000 | 100001 | 10101110 | 111100 | 101010 |
Color Harmonies of #2BAA9D
Complementary color
Monochromatic Colors of #2BAA9D
Black with #2BAA9D
Text Example
Text Example
White with #2BAA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA9D; }
p { color: rgb(43,170,157); }
H1.HeaderClassName
{
color: #2BAA9D;
}
.AnyTagClassName
{
color: #2BAA9D;
}
</style>
background-color css
<style>
a { background-color: #2BAA9D; }
a { background-color: rgb(43,170,157); }
div.DivClassName
{
background-color: #2BAA9D;
}
.BgClassName
{
background-color: #2BAA9D;
}
</style>
border-color css
<style>
span { border-color: #2BAA9D; }
span { border-color: rgb(43,170,157); }
td.TdClassName
{
border-color: #2BAA9D;
}
.TagClassName
{
border-color: #2BAA9D;
}
</style>