Shades of Light Sea Green #2BBAB4
Tints of Light Sea Green #2BBAB4
RGB
CMYK
RGB Variations
Color information
#2BBAB4 (or 0x2BBAB4) is known color: Light Sea Green. HEX triplet: 2B, BA and B4. RGB value is (43,186,180). Sum of RGB (Red+Green+Blue) = 43+186+180=409 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.51% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBAB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBAB4 is #D4454B. Grayscale: #8E8E8E. Windows color (decimal): -13911372 or 11844139. OLE color: 11844139.
HSL color Cylindrical-coordinate representation of color #2BBAB4: hue angle of 177.48º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBAB4 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 180 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.27 |
| HSL | 177.48º | 0.62% | 0.45% | - |
| HSV(B) | 177.48º | 0.77% | 0.73% | - |
| XYZ | 26.79 | 38.93 | 49.28 | - |
| YUV | 142.56 | 149.12 | 56.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 180 | 0.77 | 0 | 0.03 | 0.27 | 177.48 | 0.62 | 0.45 |
| Hex | 2B | BA | B4 | 4D | 0 | 3 | 1B | B1 | 3E | 2D |
| Octal | 53 | 272 | 264 | 115 | 0 | 3 | 33 | 261 | 76 | 55 |
| Binary | 101011 | 10111010 | 10110100 | 1001101 | 0 | 11 | 11011 | 10110001 | 111110 | 101101 |
Color Harmonies of #2BBAB4
Complementary color
Monochromatic Colors of #2BBAB4
Black with #2BBAB4
Text Example
Text Example
White with #2BBAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBAB4; }
p { color: rgb(43,186,180); }
H1.HeaderClassName
{
color: #2BBAB4;
}
.AnyTagClassName
{
color: #2BBAB4;
}
</style>
background-color css
<style>
a { background-color: #2BBAB4; }
a { background-color: rgb(43,186,180); }
div.DivClassName
{
background-color: #2BBAB4;
}
.BgClassName
{
background-color: #2BBAB4;
}
</style>
border-color css
<style>
span { border-color: #2BBAB4; }
span { border-color: rgb(43,186,180); }
td.TdClassName
{
border-color: #2BBAB4;
}
.TagClassName
{
border-color: #2BBAB4;
}
</style>