Shades of Light Sea Green #2BADAB
Tints of Light Sea Green #2BADAB
RGB
CMYK
RGB Variations
Color information
#2BADAB (or 0x2BADAB) is known color: Light Sea Green. HEX triplet: 2B, AD and AB. RGB value is (43,173,171). Sum of RGB (Red+Green+Blue) = 43+173+171=387 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.11% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 173 - color contains mainly: green. Hex color #2BADAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BADAB is #D45254. Grayscale: #858585. Windows color (decimal): -13914709 or 11250987. OLE color: 11250987.
HSL color Cylindrical-coordinate representation of color #2BADAB: hue angle of 179.08º 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 #2BADAB is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 173 | 171 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.32 |
| HSL | 179.08º | 0.6% | 0.42% | - |
| HSV(B) | 179.08º | 0.75% | 0.68% | - |
| XYZ | 23.29 | 33.34 | 43.74 | - |
| YUV | 133.9 | 148.93 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 171 | 0.75 | 0 | 0.01 | 0.32 | 179.08 | 0.6 | 0.42 |
| Hex | 2B | AD | AB | 4B | 0 | 1 | 20 | B3 | 3C | 2A |
| Octal | 53 | 255 | 253 | 113 | 0 | 1 | 40 | 263 | 74 | 52 |
| Binary | 101011 | 10101101 | 10101011 | 1001011 | 0 | 1 | 100000 | 10110011 | 111100 | 101010 |
Color Harmonies of #2BADAB
Complementary color
Monochromatic Colors of #2BADAB
Black with #2BADAB
Text Example
Text Example
White with #2BADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BADAB; }
p { color: rgb(43,173,171); }
H1.HeaderClassName
{
color: #2BADAB;
}
.AnyTagClassName
{
color: #2BADAB;
}
</style>
background-color css
<style>
a { background-color: #2BADAB; }
a { background-color: rgb(43,173,171); }
div.DivClassName
{
background-color: #2BADAB;
}
.BgClassName
{
background-color: #2BADAB;
}
</style>
border-color css
<style>
span { border-color: #2BADAB; }
span { border-color: rgb(43,173,171); }
td.TdClassName
{
border-color: #2BADAB;
}
.TagClassName
{
border-color: #2BADAB;
}
</style>