Shades of Light Sea Green #2BACAF
Tints of Light Sea Green #2BACAF
RGB
CMYK
RGB Variations
Color information
#2BACAF (or 0x2BACAF) is known color: Light Sea Green. HEX triplet: 2B, AC and AF. RGB value is (43,172,175). Sum of RGB (Red+Green+Blue) = 43+172+175=390 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.03% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #2BACAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BACAF is #D45350. Grayscale: #858585. Windows color (decimal): -13914961 or 11512875. OLE color: 11512875.
HSL color Cylindrical-coordinate representation of color #2BACAF: hue angle of 181.36º 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 #2BACAF is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 172 | 175 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.31 |
| HSL | 181.36º | 0.61% | 0.43% | - |
| HSV(B) | 181.36º | 0.75% | 0.69% | - |
| XYZ | 23.49 | 33.11 | 45.71 | - |
| YUV | 133.77 | 151.26 | 63.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 175 | 0.75 | 0.02 | 0 | 0.31 | 181.36 | 0.61 | 0.43 |
| Hex | 2B | AC | AF | 4B | 2 | 0 | 1F | B5 | 3D | 2B |
| Octal | 53 | 254 | 257 | 113 | 2 | 0 | 37 | 265 | 75 | 53 |
| Binary | 101011 | 10101100 | 10101111 | 1001011 | 10 | 0 | 11111 | 10110101 | 111101 | 101011 |
Color Harmonies of #2BACAF
Complementary color
Monochromatic Colors of #2BACAF
Black with #2BACAF
Text Example
Text Example
White with #2BACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BACAF; }
p { color: rgb(43,172,175); }
H1.HeaderClassName
{
color: #2BACAF;
}
.AnyTagClassName
{
color: #2BACAF;
}
</style>
background-color css
<style>
a { background-color: #2BACAF; }
a { background-color: rgb(43,172,175); }
div.DivClassName
{
background-color: #2BACAF;
}
.BgClassName
{
background-color: #2BACAF;
}
</style>
border-color css
<style>
span { border-color: #2BACAF; }
span { border-color: rgb(43,172,175); }
td.TdClassName
{
border-color: #2BACAF;
}
.TagClassName
{
border-color: #2BACAF;
}
</style>