Shades of Light Sea Green #2BBEA8
Tints of Light Sea Green #2BBEA8
RGB
CMYK
RGB Variations
Color information
#2BBEA8 (or 0x2BBEA8) is known color: Light Sea Green. HEX triplet: 2B, BE and A8. RGB value is (43,190,168). Sum of RGB (Red+Green+Blue) = 43+190+168=401 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.72% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBEA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBEA8 is #D44157. Grayscale: #8F8F8F. Windows color (decimal): -13910360 or 11058731. OLE color: 11058731.
HSL color Cylindrical-coordinate representation of color #2BBEA8: hue angle of 171.02º 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 #2BBEA8 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 168 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.25 |
| HSL | 171.02º | 0.63% | 0.46% | - |
| HSV(B) | 171.02º | 0.77% | 0.75% | - |
| XYZ | 26.48 | 40.17 | 43.4 | - |
| YUV | 143.54 | 141.8 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 168 | 0.77 | 0 | 0.12 | 0.25 | 171.02 | 0.63 | 0.46 |
| Hex | 2B | BE | A8 | 4D | 0 | C | 19 | AB | 3F | 2E |
| Octal | 53 | 276 | 250 | 115 | 0 | 14 | 31 | 253 | 77 | 56 |
| Binary | 101011 | 10111110 | 10101000 | 1001101 | 0 | 1100 | 11001 | 10101011 | 111111 | 101110 |
Color Harmonies of #2BBEA8
Complementary color
Monochromatic Colors of #2BBEA8
Black with #2BBEA8
Text Example
Text Example
White with #2BBEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBEA8; }
p { color: rgb(43,190,168); }
H1.HeaderClassName
{
color: #2BBEA8;
}
.AnyTagClassName
{
color: #2BBEA8;
}
</style>
background-color css
<style>
a { background-color: #2BBEA8; }
a { background-color: rgb(43,190,168); }
div.DivClassName
{
background-color: #2BBEA8;
}
.BgClassName
{
background-color: #2BBEA8;
}
</style>
border-color css
<style>
span { border-color: #2BBEA8; }
span { border-color: rgb(43,190,168); }
td.TdClassName
{
border-color: #2BBEA8;
}
.TagClassName
{
border-color: #2BBEA8;
}
</style>