Shades of Light Sea Green #2BADAA
Tints of Light Sea Green #2BADAA
RGB
CMYK
RGB Variations
Color information
#2BADAA (or 0x2BADAA) is known color: Light Sea Green. HEX triplet: 2B, AD and AA. RGB value is (43,173,170). Sum of RGB (Red+Green+Blue) = 43+173+170=386 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.14% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #2BADAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BADAA is #D45255. Grayscale: #858585. Windows color (decimal): -13914710 or 11185451. OLE color: 11185451.
HSL color Cylindrical-coordinate representation of color #2BADAA: hue angle of 178.62º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BADAA is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 173 | 170 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.32 |
| HSL | 178.62º | 0.6% | 0.42% | - |
| HSV(B) | 178.62º | 0.75% | 0.68% | - |
| XYZ | 23.2 | 33.3 | 43.24 | - |
| YUV | 133.79 | 148.43 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 170 | 0.75 | 0 | 0.02 | 0.32 | 178.62 | 0.6 | 0.42 |
| Hex | 2B | AD | AA | 4B | 0 | 2 | 20 | B3 | 3C | 2A |
| Octal | 53 | 255 | 252 | 113 | 0 | 2 | 40 | 263 | 74 | 52 |
| Binary | 101011 | 10101101 | 10101010 | 1001011 | 0 | 10 | 100000 | 10110011 | 111100 | 101010 |
Color Harmonies of #2BADAA
Complementary color
Monochromatic Colors of #2BADAA
Black with #2BADAA
Text Example
Text Example
White with #2BADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BADAA; }
p { color: rgb(43,173,170); }
H1.HeaderClassName
{
color: #2BADAA;
}
.AnyTagClassName
{
color: #2BADAA;
}
</style>
background-color css
<style>
a { background-color: #2BADAA; }
a { background-color: rgb(43,173,170); }
div.DivClassName
{
background-color: #2BADAA;
}
.BgClassName
{
background-color: #2BADAA;
}
</style>
border-color css
<style>
span { border-color: #2BADAA; }
span { border-color: rgb(43,173,170); }
td.TdClassName
{
border-color: #2BADAA;
}
.TagClassName
{
border-color: #2BADAA;
}
</style>