Shades of Light Sea Green #2BBABD
Tints of Light Sea Green #2BBABD
RGB
CMYK
RGB Variations
Color information
#2BBABD (or 0x2BBABD) is known color: Light Sea Green. HEX triplet: 2B, BA and BD. RGB value is (43,186,189). Sum of RGB (Red+Green+Blue) = 43+186+189=418 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.29% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #2BBABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBABD is #D44542. Grayscale: #8F8F8F. Windows color (decimal): -13911363 or 12433963. OLE color: 12433963.
HSL color Cylindrical-coordinate representation of color #2BBABD: hue angle of 181.23º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBABD is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 186 | 189 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.26 |
| HSL | 181.23º | 0.63% | 0.45% | - |
| HSV(B) | 181.23º | 0.77% | 0.74% | - |
| XYZ | 27.74 | 39.31 | 54.27 | - |
| YUV | 143.59 | 153.62 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 189 | 0.77 | 0.02 | 0 | 0.26 | 181.23 | 0.63 | 0.45 |
| Hex | 2B | BA | BD | 4D | 2 | 0 | 1A | B5 | 3F | 2D |
| Octal | 53 | 272 | 275 | 115 | 2 | 0 | 32 | 265 | 77 | 55 |
| Binary | 101011 | 10111010 | 10111101 | 1001101 | 10 | 0 | 11010 | 10110101 | 111111 | 101101 |
Color Harmonies of #2BBABD
Complementary color
Monochromatic Colors of #2BBABD
Black with #2BBABD
Text Example
Text Example
White with #2BBABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBABD; }
p { color: rgb(43,186,189); }
H1.HeaderClassName
{
color: #2BBABD;
}
.AnyTagClassName
{
color: #2BBABD;
}
</style>
background-color css
<style>
a { background-color: #2BBABD; }
a { background-color: rgb(43,186,189); }
div.DivClassName
{
background-color: #2BBABD;
}
.BgClassName
{
background-color: #2BBABD;
}
</style>
border-color css
<style>
span { border-color: #2BBABD; }
span { border-color: rgb(43,186,189); }
td.TdClassName
{
border-color: #2BBABD;
}
.TagClassName
{
border-color: #2BBABD;
}
</style>