Shades of Light Sea Green #2BBEAC
Tints of Light Sea Green #2BBEAC
RGB
CMYK
RGB Variations
Color information
#2BBEAC (or 0x2BBEAC) is known color: Light Sea Green. HEX triplet: 2B, BE and AC. RGB value is (43,190,172). Sum of RGB (Red+Green+Blue) = 43+190+172=405 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.62% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBEAC is #D44153. Grayscale: #8F8F8F. Windows color (decimal): -13910356 or 11320875. OLE color: 11320875.
HSL color Cylindrical-coordinate representation of color #2BBEAC: hue angle of 172.65º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBEAC is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 172 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.25 |
| HSL | 172.65º | 0.63% | 0.46% | - |
| HSV(B) | 172.65º | 0.77% | 0.75% | - |
| XYZ | 26.86 | 40.32 | 45.4 | - |
| YUV | 144 | 143.8 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 172 | 0.77 | 0 | 0.09 | 0.25 | 172.65 | 0.63 | 0.46 |
| Hex | 2B | BE | AC | 4D | 0 | 9 | 19 | AD | 3F | 2E |
| Octal | 53 | 276 | 254 | 115 | 0 | 11 | 31 | 255 | 77 | 56 |
| Binary | 101011 | 10111110 | 10101100 | 1001101 | 0 | 1001 | 11001 | 10101101 | 111111 | 101110 |
Color Harmonies of #2BBEAC
Complementary color
Monochromatic Colors of #2BBEAC
Black with #2BBEAC
Text Example
Text Example
White with #2BBEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBEAC; }
p { color: rgb(43,190,172); }
H1.HeaderClassName
{
color: #2BBEAC;
}
.AnyTagClassName
{
color: #2BBEAC;
}
</style>
background-color css
<style>
a { background-color: #2BBEAC; }
a { background-color: rgb(43,190,172); }
div.DivClassName
{
background-color: #2BBEAC;
}
.BgClassName
{
background-color: #2BBEAC;
}
</style>
border-color css
<style>
span { border-color: #2BBEAC; }
span { border-color: rgb(43,190,172); }
td.TdClassName
{
border-color: #2BBEAC;
}
.TagClassName
{
border-color: #2BBEAC;
}
</style>