Shades of Light Sea Green #2BADAF
Tints of Light Sea Green #2BADAF
RGB
CMYK
RGB Variations
Color information
#2BADAF (or 0x2BADAF) is known color: Light Sea Green. HEX triplet: 2B, AD and AF. RGB value is (43,173,175). Sum of RGB (Red+Green+Blue) = 43+173+175=391 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.00% from 391); Green value is 173 (67.97% from 255 or 44.25% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #2BADAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BADAF is #D45250. Grayscale: #868686. Windows color (decimal): -13914705 or 11513131. OLE color: 11513131.
HSL color Cylindrical-coordinate representation of color #2BADAF: hue angle of 180.91º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BADAF is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 173 | 175 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.31 |
| HSL | 180.91º | 0.61% | 0.43% | - |
| HSV(B) | 180.91º | 0.75% | 0.69% | - |
| XYZ | 23.68 | 33.5 | 45.77 | - |
| YUV | 134.36 | 150.93 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 175 | 0.75 | 0.01 | 0 | 0.31 | 180.91 | 0.61 | 0.43 |
| Hex | 2B | AD | AF | 4B | 1 | 0 | 1F | B5 | 3D | 2B |
| Octal | 53 | 255 | 257 | 113 | 1 | 0 | 37 | 265 | 75 | 53 |
| Binary | 101011 | 10101101 | 10101111 | 1001011 | 1 | 0 | 11111 | 10110101 | 111101 | 101011 |
Color Harmonies of #2BADAF
Complementary color
Monochromatic Colors of #2BADAF
Black with #2BADAF
Text Example
Text Example
White with #2BADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BADAF; }
p { color: rgb(43,173,175); }
H1.HeaderClassName
{
color: #2BADAF;
}
.AnyTagClassName
{
color: #2BADAF;
}
</style>
background-color css
<style>
a { background-color: #2BADAF; }
a { background-color: rgb(43,173,175); }
div.DivClassName
{
background-color: #2BADAF;
}
.BgClassName
{
background-color: #2BADAF;
}
</style>
border-color css
<style>
span { border-color: #2BADAF; }
span { border-color: rgb(43,173,175); }
td.TdClassName
{
border-color: #2BADAF;
}
.TagClassName
{
border-color: #2BADAF;
}
</style>