Shades of Light Sea Green #2BBEAF
Tints of Light Sea Green #2BBEAF
RGB
CMYK
RGB Variations
Color information
#2BBEAF (or 0x2BBEAF) is known color: Light Sea Green. HEX triplet: 2B, BE and AF. RGB value is (43,190,175). Sum of RGB (Red+Green+Blue) = 43+190+175=408 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.54% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBEAF is #D44150. Grayscale: #909090. Windows color (decimal): -13910353 or 11517483. OLE color: 11517483.
HSL color Cylindrical-coordinate representation of color #2BBEAF: hue angle of 173.88º 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 #2BBEAF is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 175 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.25 |
| HSL | 173.88º | 0.63% | 0.46% | - |
| HSV(B) | 173.88º | 0.77% | 0.75% | - |
| XYZ | 27.15 | 40.44 | 46.93 | - |
| YUV | 144.34 | 145.3 | 55.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 175 | 0.77 | 0 | 0.08 | 0.25 | 173.88 | 0.63 | 0.46 |
| Hex | 2B | BE | AF | 4D | 0 | 8 | 19 | AE | 3F | 2E |
| Octal | 53 | 276 | 257 | 115 | 0 | 10 | 31 | 256 | 77 | 56 |
| Binary | 101011 | 10111110 | 10101111 | 1001101 | 0 | 1000 | 11001 | 10101110 | 111111 | 101110 |
Color Harmonies of #2BBEAF
Complementary color
Monochromatic Colors of #2BBEAF
Black with #2BBEAF
Text Example
Text Example
White with #2BBEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBEAF; }
p { color: rgb(43,190,175); }
H1.HeaderClassName
{
color: #2BBEAF;
}
.AnyTagClassName
{
color: #2BBEAF;
}
</style>
background-color css
<style>
a { background-color: #2BBEAF; }
a { background-color: rgb(43,190,175); }
div.DivClassName
{
background-color: #2BBEAF;
}
.BgClassName
{
background-color: #2BBEAF;
}
</style>
border-color css
<style>
span { border-color: #2BBEAF; }
span { border-color: rgb(43,190,175); }
td.TdClassName
{
border-color: #2BBEAF;
}
.TagClassName
{
border-color: #2BBEAF;
}
</style>