Shades of Light Sea Green #2BCBBC
Tints of Light Sea Green #2BCBBC
RGB
CMYK
RGB Variations
Color information
#2BCBBC (or 0x2BCBBC) is known color: Light Sea Green. HEX triplet: 2B, CB and BC. RGB value is (43,203,188). Sum of RGB (Red+Green+Blue) = 43+203+188=434 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.91% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 203 - color contains mainly: green. Hex color #2BCBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCBBC is #D43443. Grayscale: #999999. Windows color (decimal): -13907012 or 12372779. OLE color: 12372779.
HSL color Cylindrical-coordinate representation of color #2BCBBC: hue angle of 174.38º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCBBC is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 203 | 188 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.20 |
| HSL | 174.38º | 0.65% | 0.48% | - |
| HSV(B) | 174.38º | 0.79% | 0.8% | - |
| XYZ | 31.43 | 46.86 | 54.96 | - |
| YUV | 153.45 | 147.49 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 203 | 188 | 0.79 | 0 | 0.07 | 0.20 | 174.38 | 0.65 | 0.48 |
| Hex | 2B | CB | BC | 4F | 0 | 7 | 14 | AE | 41 | 30 |
| Octal | 53 | 313 | 274 | 117 | 0 | 7 | 24 | 256 | 101 | 60 |
| Binary | 101011 | 11001011 | 10111100 | 1001111 | 0 | 111 | 10100 | 10101110 | 1000001 | 110000 |
Color Harmonies of #2BCBBC
Complementary color
Monochromatic Colors of #2BCBBC
Black with #2BCBBC
Text Example
Text Example
White with #2BCBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCBBC; }
p { color: rgb(43,203,188); }
H1.HeaderClassName
{
color: #2BCBBC;
}
.AnyTagClassName
{
color: #2BCBBC;
}
</style>
background-color css
<style>
a { background-color: #2BCBBC; }
a { background-color: rgb(43,203,188); }
div.DivClassName
{
background-color: #2BCBBC;
}
.BgClassName
{
background-color: #2BCBBC;
}
</style>
border-color css
<style>
span { border-color: #2BCBBC; }
span { border-color: rgb(43,203,188); }
td.TdClassName
{
border-color: #2BCBBC;
}
.TagClassName
{
border-color: #2BCBBC;
}
</style>