Shades of Light Sea Green #2BBEA6
Tints of Light Sea Green #2BBEA6
RGB
CMYK
RGB Variations
Color information
#2BBEA6 (or 0x2BBEA6) is known color: Light Sea Green. HEX triplet: 2B, BE and A6. RGB value is (43,190,166). Sum of RGB (Red+Green+Blue) = 43+190+166=399 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.78% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBEA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBEA6 is #D44159. Grayscale: #8F8F8F. Windows color (decimal): -13910362 or 10927659. OLE color: 10927659.
HSL color Cylindrical-coordinate representation of color #2BBEA6: hue angle of 170.2º 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 #2BBEA6 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 166 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.25 |
| HSL | 170.2º | 0.63% | 0.46% | - |
| HSV(B) | 170.2º | 0.77% | 0.75% | - |
| XYZ | 26.29 | 40.09 | 42.43 | - |
| YUV | 143.31 | 140.8 | 56.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 166 | 0.77 | 0 | 0.13 | 0.25 | 170.2 | 0.63 | 0.46 |
| Hex | 2B | BE | A6 | 4D | 0 | D | 19 | AA | 3F | 2E |
| Octal | 53 | 276 | 246 | 115 | 0 | 15 | 31 | 252 | 77 | 56 |
| Binary | 101011 | 10111110 | 10100110 | 1001101 | 0 | 1101 | 11001 | 10101010 | 111111 | 101110 |
Color Harmonies of #2BBEA6
Complementary color
Monochromatic Colors of #2BBEA6
Black with #2BBEA6
Text Example
Text Example
White with #2BBEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBEA6; }
p { color: rgb(43,190,166); }
H1.HeaderClassName
{
color: #2BBEA6;
}
.AnyTagClassName
{
color: #2BBEA6;
}
</style>
background-color css
<style>
a { background-color: #2BBEA6; }
a { background-color: rgb(43,190,166); }
div.DivClassName
{
background-color: #2BBEA6;
}
.BgClassName
{
background-color: #2BBEA6;
}
</style>
border-color css
<style>
span { border-color: #2BBEA6; }
span { border-color: rgb(43,190,166); }
td.TdClassName
{
border-color: #2BBEA6;
}
.TagClassName
{
border-color: #2BBEA6;
}
</style>