Shades of Light Sea Green #2BC1B9
Tints of Light Sea Green #2BC1B9
RGB
CMYK
RGB Variations
Color information
#2BC1B9 (or 0x2BC1B9) is known color: Light Sea Green. HEX triplet: 2B, C1 and B9. RGB value is (43,193,185). Sum of RGB (Red+Green+Blue) = 43+193+185=421 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.21% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC1B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BC1B9 is #D43E46. Grayscale: #939393. Windows color (decimal): -13909575 or 12173611. OLE color: 12173611.
HSL color Cylindrical-coordinate representation of color #2BC1B9: hue angle of 176.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC1B9 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 193 | 185 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.24 |
| HSL | 176.8º | 0.64% | 0.46% | - |
| HSV(B) | 176.8º | 0.78% | 0.76% | - |
| XYZ | 28.82 | 42.16 | 52.52 | - |
| YUV | 147.24 | 149.31 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 193 | 185 | 0.78 | 0 | 0.04 | 0.24 | 176.8 | 0.64 | 0.46 |
| Hex | 2B | C1 | B9 | 4E | 0 | 4 | 18 | B1 | 40 | 2E |
| Octal | 53 | 301 | 271 | 116 | 0 | 4 | 30 | 261 | 100 | 56 |
| Binary | 101011 | 11000001 | 10111001 | 1001110 | 0 | 100 | 11000 | 10110001 | 1000000 | 101110 |
Color Harmonies of #2BC1B9
Complementary color
Monochromatic Colors of #2BC1B9
Black with #2BC1B9
Text Example
Text Example
White with #2BC1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC1B9; }
p { color: rgb(43,193,185); }
H1.HeaderClassName
{
color: #2BC1B9;
}
.AnyTagClassName
{
color: #2BC1B9;
}
</style>
background-color css
<style>
a { background-color: #2BC1B9; }
a { background-color: rgb(43,193,185); }
div.DivClassName
{
background-color: #2BC1B9;
}
.BgClassName
{
background-color: #2BC1B9;
}
</style>
border-color css
<style>
span { border-color: #2BC1B9; }
span { border-color: rgb(43,193,185); }
td.TdClassName
{
border-color: #2BC1B9;
}
.TagClassName
{
border-color: #2BC1B9;
}
</style>