Shades of Light Sea Green #2BCABD
Tints of Light Sea Green #2BCABD
RGB
CMYK
RGB Variations
Color information
#2BCABD (or 0x2BCABD) is known color: Light Sea Green. HEX triplet: 2B, CA and BD. RGB value is (43,202,189). Sum of RGB (Red+Green+Blue) = 43+202+189=434 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.91% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #2BCABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCABD is #D43542. Grayscale: #989898. Windows color (decimal): -13907267 or 12438059. OLE color: 12438059.
HSL color Cylindrical-coordinate representation of color #2BCABD: hue angle of 175.09º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCABD is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 202 | 189 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.21 |
| HSL | 175.09º | 0.65% | 0.48% | - |
| HSV(B) | 175.09º | 0.79% | 0.79% | - |
| XYZ | 31.3 | 46.43 | 55.46 | - |
| YUV | 152.98 | 148.32 | 49.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 202 | 189 | 0.79 | 0 | 0.06 | 0.21 | 175.09 | 0.65 | 0.48 |
| Hex | 2B | CA | BD | 4F | 0 | 6 | 15 | AF | 41 | 30 |
| Octal | 53 | 312 | 275 | 117 | 0 | 6 | 25 | 257 | 101 | 60 |
| Binary | 101011 | 11001010 | 10111101 | 1001111 | 0 | 110 | 10101 | 10101111 | 1000001 | 110000 |
Color Harmonies of #2BCABD
Complementary color
Monochromatic Colors of #2BCABD
Black with #2BCABD
Text Example
Text Example
White with #2BCABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCABD; }
p { color: rgb(43,202,189); }
H1.HeaderClassName
{
color: #2BCABD;
}
.AnyTagClassName
{
color: #2BCABD;
}
</style>
background-color css
<style>
a { background-color: #2BCABD; }
a { background-color: rgb(43,202,189); }
div.DivClassName
{
background-color: #2BCABD;
}
.BgClassName
{
background-color: #2BCABD;
}
</style>
border-color css
<style>
span { border-color: #2BCABD; }
span { border-color: rgb(43,202,189); }
td.TdClassName
{
border-color: #2BCABD;
}
.TagClassName
{
border-color: #2BCABD;
}
</style>