Shades of Light Sea Green #2BC2B9
Tints of Light Sea Green #2BC2B9
RGB
CMYK
RGB Variations
Color information
#2BC2B9 (or 0x2BC2B9) is known color: Light Sea Green. HEX triplet: 2B, C2 and B9. RGB value is (43,194,185). Sum of RGB (Red+Green+Blue) = 43+194+185=422 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.19% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC2B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BC2B9 is #D43D46. Grayscale: #939393. Windows color (decimal): -13909319 or 12173867. OLE color: 12173867.
HSL color Cylindrical-coordinate representation of color #2BC2B9: hue angle of 176.42º 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 #2BC2B9 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 194 | 185 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.24 |
| HSL | 176.42º | 0.64% | 0.46% | - |
| HSV(B) | 176.42º | 0.78% | 0.76% | - |
| XYZ | 29.05 | 42.6 | 52.59 | - |
| YUV | 147.83 | 148.97 | 53.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 194 | 185 | 0.78 | 0 | 0.05 | 0.24 | 176.42 | 0.64 | 0.46 |
| Hex | 2B | C2 | B9 | 4E | 0 | 5 | 18 | B0 | 40 | 2E |
| Octal | 53 | 302 | 271 | 116 | 0 | 5 | 30 | 260 | 100 | 56 |
| Binary | 101011 | 11000010 | 10111001 | 1001110 | 0 | 101 | 11000 | 10110000 | 1000000 | 101110 |
Color Harmonies of #2BC2B9
Complementary color
Monochromatic Colors of #2BC2B9
Black with #2BC2B9
Text Example
Text Example
White with #2BC2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC2B9; }
p { color: rgb(43,194,185); }
H1.HeaderClassName
{
color: #2BC2B9;
}
.AnyTagClassName
{
color: #2BC2B9;
}
</style>
background-color css
<style>
a { background-color: #2BC2B9; }
a { background-color: rgb(43,194,185); }
div.DivClassName
{
background-color: #2BC2B9;
}
.BgClassName
{
background-color: #2BC2B9;
}
</style>
border-color css
<style>
span { border-color: #2BC2B9; }
span { border-color: rgb(43,194,185); }
td.TdClassName
{
border-color: #2BC2B9;
}
.TagClassName
{
border-color: #2BC2B9;
}
</style>