Shades of Light Sea Green #2BADAC
Tints of Light Sea Green #2BADAC
RGB
CMYK
RGB Variations
Color information
#2BADAC (or 0x2BADAC) is known color: Light Sea Green. HEX triplet: 2B, AD and AC. RGB value is (43,173,172). Sum of RGB (Red+Green+Blue) = 43+173+172=388 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.08% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 173 - color contains mainly: green. Hex color #2BADAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BADAC is #D45253. Grayscale: #858585. Windows color (decimal): -13914708 or 11316523. OLE color: 11316523.
HSL color Cylindrical-coordinate representation of color #2BADAC: hue angle of 179.54º 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 #2BADAC is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 173 | 172 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.32 |
| HSL | 179.54º | 0.6% | 0.42% | - |
| HSV(B) | 179.54º | 0.75% | 0.68% | - |
| XYZ | 23.39 | 33.38 | 44.24 | - |
| YUV | 134.02 | 149.43 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 172 | 0.75 | 0 | 0.01 | 0.32 | 179.54 | 0.6 | 0.42 |
| Hex | 2B | AD | AC | 4B | 0 | 1 | 20 | B4 | 3C | 2A |
| Octal | 53 | 255 | 254 | 113 | 0 | 1 | 40 | 264 | 74 | 52 |
| Binary | 101011 | 10101101 | 10101100 | 1001011 | 0 | 1 | 100000 | 10110100 | 111100 | 101010 |
Color Harmonies of #2BADAC
Complementary color
Monochromatic Colors of #2BADAC
Black with #2BADAC
Text Example
Text Example
White with #2BADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BADAC; }
p { color: rgb(43,173,172); }
H1.HeaderClassName
{
color: #2BADAC;
}
.AnyTagClassName
{
color: #2BADAC;
}
</style>
background-color css
<style>
a { background-color: #2BADAC; }
a { background-color: rgb(43,173,172); }
div.DivClassName
{
background-color: #2BADAC;
}
.BgClassName
{
background-color: #2BADAC;
}
</style>
border-color css
<style>
span { border-color: #2BADAC; }
span { border-color: rgb(43,173,172); }
td.TdClassName
{
border-color: #2BADAC;
}
.TagClassName
{
border-color: #2BADAC;
}
</style>