Shades of Light Sea Green #2BCAB7
Tints of Light Sea Green #2BCAB7
RGB
CMYK
RGB Variations
Color information
#2BCAB7 (or 0x2BCAB7) is known color: Light Sea Green. HEX triplet: 2B, CA and B7. RGB value is (43,202,183). Sum of RGB (Red+Green+Blue) = 43+202+183=428 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.05% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 183 (71.88% from 255 or 42.76% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #2BCAB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCAB7 is #D43548. Grayscale: #989898. Windows color (decimal): -13907273 or 12044843. OLE color: 12044843.
HSL color Cylindrical-coordinate representation of color #2BCAB7: hue angle of 172.83º 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 #2BCAB7 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 202 | 183 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.21 |
| HSL | 172.83º | 0.65% | 0.48% | - |
| HSV(B) | 172.83º | 0.79% | 0.79% | - |
| XYZ | 30.66 | 46.17 | 52.1 | - |
| YUV | 152.29 | 145.32 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 202 | 183 | 0.79 | 0 | 0.09 | 0.21 | 172.83 | 0.65 | 0.48 |
| Hex | 2B | CA | B7 | 4F | 0 | 9 | 15 | AD | 41 | 30 |
| Octal | 53 | 312 | 267 | 117 | 0 | 11 | 25 | 255 | 101 | 60 |
| Binary | 101011 | 11001010 | 10110111 | 1001111 | 0 | 1001 | 10101 | 10101101 | 1000001 | 110000 |
Color Harmonies of #2BCAB7
Complementary color
Monochromatic Colors of #2BCAB7
Black with #2BCAB7
Text Example
Text Example
White with #2BCAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCAB7; }
p { color: rgb(43,202,183); }
H1.HeaderClassName
{
color: #2BCAB7;
}
.AnyTagClassName
{
color: #2BCAB7;
}
</style>
background-color css
<style>
a { background-color: #2BCAB7; }
a { background-color: rgb(43,202,183); }
div.DivClassName
{
background-color: #2BCAB7;
}
.BgClassName
{
background-color: #2BCAB7;
}
</style>
border-color css
<style>
span { border-color: #2BCAB7; }
span { border-color: rgb(43,202,183); }
td.TdClassName
{
border-color: #2BCAB7;
}
.TagClassName
{
border-color: #2BCAB7;
}
</style>