Shades of Light Sea Green #2BCBBD
Tints of Light Sea Green #2BCBBD
RGB
CMYK
RGB Variations
Color information
#2BCBBD (or 0x2BCBBD) is known color: Light Sea Green. HEX triplet: 2B, CB and BD. RGB value is (43,203,189). Sum of RGB (Red+Green+Blue) = 43+203+189=435 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.89% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #2BCBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCBBD is #D43442. Grayscale: #999999. Windows color (decimal): -13907011 or 12438315. OLE color: 12438315.
HSL color Cylindrical-coordinate representation of color #2BCBBD: hue angle of 174.75º 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 #2BCBBD is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 203 | 189 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.20 |
| HSL | 174.75º | 0.65% | 0.48% | - |
| HSV(B) | 174.75º | 0.79% | 0.8% | - |
| XYZ | 31.54 | 46.9 | 55.53 | - |
| YUV | 153.56 | 147.99 | 49.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 203 | 189 | 0.79 | 0 | 0.07 | 0.20 | 174.75 | 0.65 | 0.48 |
| Hex | 2B | CB | BD | 4F | 0 | 7 | 14 | AF | 41 | 30 |
| Octal | 53 | 313 | 275 | 117 | 0 | 7 | 24 | 257 | 101 | 60 |
| Binary | 101011 | 11001011 | 10111101 | 1001111 | 0 | 111 | 10100 | 10101111 | 1000001 | 110000 |
Color Harmonies of #2BCBBD
Complementary color
Monochromatic Colors of #2BCBBD
Black with #2BCBBD
Text Example
Text Example
White with #2BCBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCBBD; }
p { color: rgb(43,203,189); }
H1.HeaderClassName
{
color: #2BCBBD;
}
.AnyTagClassName
{
color: #2BCBBD;
}
</style>
background-color css
<style>
a { background-color: #2BCBBD; }
a { background-color: rgb(43,203,189); }
div.DivClassName
{
background-color: #2BCBBD;
}
.BgClassName
{
background-color: #2BCBBD;
}
</style>
border-color css
<style>
span { border-color: #2BCBBD; }
span { border-color: rgb(43,203,189); }
td.TdClassName
{
border-color: #2BCBBD;
}
.TagClassName
{
border-color: #2BCBBD;
}
</style>