Shades of Light Sea Green #2BAA9E
Tints of Light Sea Green #2BAA9E
RGB
CMYK
RGB Variations
Color information
#2BAA9E (or 0x2BAA9E) is known color: Light Sea Green. HEX triplet: 2B, AA and 9E. RGB value is (43,170,158). Sum of RGB (Red+Green+Blue) = 43+170+158=371 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.59% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAA9E is #D45561. Grayscale: #828282. Windows color (decimal): -13915490 or 10398251. OLE color: 10398251.
HSL color Cylindrical-coordinate representation of color #2BAA9E: hue angle of 174.33º 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 #2BAA9E is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 158 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.33 |
| HSL | 174.33º | 0.6% | 0.42% | - |
| HSV(B) | 174.33º | 0.75% | 0.67% | - |
| XYZ | 21.54 | 31.73 | 37.34 | - |
| YUV | 130.66 | 143.42 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 158 | 0.75 | 0 | 0.07 | 0.33 | 174.33 | 0.6 | 0.42 |
| Hex | 2B | AA | 9E | 4B | 0 | 7 | 21 | AE | 3C | 2A |
| Octal | 53 | 252 | 236 | 113 | 0 | 7 | 41 | 256 | 74 | 52 |
| Binary | 101011 | 10101010 | 10011110 | 1001011 | 0 | 111 | 100001 | 10101110 | 111100 | 101010 |
Color Harmonies of #2BAA9E
Complementary color
Monochromatic Colors of #2BAA9E
Black with #2BAA9E
Text Example
Text Example
White with #2BAA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA9E; }
p { color: rgb(43,170,158); }
H1.HeaderClassName
{
color: #2BAA9E;
}
.AnyTagClassName
{
color: #2BAA9E;
}
</style>
background-color css
<style>
a { background-color: #2BAA9E; }
a { background-color: rgb(43,170,158); }
div.DivClassName
{
background-color: #2BAA9E;
}
.BgClassName
{
background-color: #2BAA9E;
}
</style>
border-color css
<style>
span { border-color: #2BAA9E; }
span { border-color: rgb(43,170,158); }
td.TdClassName
{
border-color: #2BAA9E;
}
.TagClassName
{
border-color: #2BAA9E;
}
</style>