Shades of Light Sea Green #2BADA3
Tints of Light Sea Green #2BADA3
RGB
CMYK
RGB Variations
Color information
#2BADA3 (or 0x2BADA3) is known color: Light Sea Green. HEX triplet: 2B, AD and A3. RGB value is (43,173,163). Sum of RGB (Red+Green+Blue) = 43+173+163=379 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.35% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 163 (64.06% from 255 or 43.01% from 379); Max value from RGB is 173 - color contains mainly: green. Hex color #2BADA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BADA3 is #D4525C. Grayscale: #848484. Windows color (decimal): -13914717 or 10726699. OLE color: 10726699.
HSL color Cylindrical-coordinate representation of color #2BADA3: hue angle of 175.38º 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 #2BADA3 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 173 | 163 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.32 |
| HSL | 175.38º | 0.6% | 0.42% | - |
| HSV(B) | 175.38º | 0.75% | 0.68% | - |
| XYZ | 22.55 | 33.05 | 39.84 | - |
| YUV | 132.99 | 144.93 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 163 | 0.75 | 0 | 0.06 | 0.32 | 175.38 | 0.6 | 0.42 |
| Hex | 2B | AD | A3 | 4B | 0 | 6 | 20 | AF | 3C | 2A |
| Octal | 53 | 255 | 243 | 113 | 0 | 6 | 40 | 257 | 74 | 52 |
| Binary | 101011 | 10101101 | 10100011 | 1001011 | 0 | 110 | 100000 | 10101111 | 111100 | 101010 |
Color Harmonies of #2BADA3
Complementary color
Monochromatic Colors of #2BADA3
Black with #2BADA3
Text Example
Text Example
White with #2BADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BADA3; }
p { color: rgb(43,173,163); }
H1.HeaderClassName
{
color: #2BADA3;
}
.AnyTagClassName
{
color: #2BADA3;
}
</style>
background-color css
<style>
a { background-color: #2BADA3; }
a { background-color: rgb(43,173,163); }
div.DivClassName
{
background-color: #2BADA3;
}
.BgClassName
{
background-color: #2BADA3;
}
</style>
border-color css
<style>
span { border-color: #2BADA3; }
span { border-color: rgb(43,173,163); }
td.TdClassName
{
border-color: #2BADA3;
}
.TagClassName
{
border-color: #2BADA3;
}
</style>