Shades of Light Sea Green #2BACAC
Tints of Light Sea Green #2BACAC
RGB
CMYK
RGB Variations
Color information
#2BACAC (or 0x2BACAC) is known color: Light Sea Green. HEX triplet: 2B, AC and AC. RGB value is (43,172,172). Sum of RGB (Red+Green+Blue) = 43+172+172=387 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.11% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #2BACAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BACAC is #D45353. Grayscale: #858585. Windows color (decimal): -13914964 or 11316267. OLE color: 11316267.
HSL color Cylindrical-coordinate representation of color #2BACAC: hue angle of 180º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BACAC is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 172 | 172 | - |
| CMYK | 0.75 | 0 | 0 | 0.33 |
| HSL | 180º | 0.6% | 0.42% | - |
| HSV(B) | 180º | 0.75% | 0.67% | - |
| XYZ | 23.2 | 33 | 44.18 | - |
| YUV | 133.43 | 149.76 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 172 | 0.75 | 0 | 0 | 0.33 | 180 | 0.6 | 0.42 |
| Hex | 2B | AC | AC | 4B | 0 | 0 | 21 | B4 | 3C | 2A |
| Octal | 53 | 254 | 254 | 113 | 0 | 0 | 41 | 264 | 74 | 52 |
| Binary | 101011 | 10101100 | 10101100 | 1001011 | 0 | 0 | 100001 | 10110100 | 111100 | 101010 |
Color Harmonies of #2BACAC
Complementary color
Monochromatic Colors of #2BACAC
Black with #2BACAC
Text Example
Text Example
White with #2BACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BACAC; }
p { color: rgb(43,172,172); }
H1.HeaderClassName
{
color: #2BACAC;
}
.AnyTagClassName
{
color: #2BACAC;
}
</style>
background-color css
<style>
a { background-color: #2BACAC; }
a { background-color: rgb(43,172,172); }
div.DivClassName
{
background-color: #2BACAC;
}
.BgClassName
{
background-color: #2BACAC;
}
</style>
border-color css
<style>
span { border-color: #2BACAC; }
span { border-color: rgb(43,172,172); }
td.TdClassName
{
border-color: #2BACAC;
}
.TagClassName
{
border-color: #2BACAC;
}
</style>