Shades of Light Sea Green #2BCAB8
Tints of Light Sea Green #2BCAB8
RGB
CMYK
RGB Variations
Color information
#2BCAB8 (or 0x2BCAB8) is known color: Light Sea Green. HEX triplet: 2B, CA and B8. RGB value is (43,202,184). Sum of RGB (Red+Green+Blue) = 43+202+184=429 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.02% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 184 (72.27% from 255 or 42.89% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #2BCAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCAB8 is #D43547. Grayscale: #989898. Windows color (decimal): -13907272 or 12110379. OLE color: 12110379.
HSL color Cylindrical-coordinate representation of color #2BCAB8: hue angle of 173.21º 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 #2BCAB8 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 202 | 184 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.21 |
| HSL | 173.21º | 0.65% | 0.48% | - |
| HSV(B) | 173.21º | 0.79% | 0.79% | - |
| XYZ | 30.77 | 46.22 | 52.65 | - |
| YUV | 152.41 | 145.82 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 202 | 184 | 0.79 | 0 | 0.09 | 0.21 | 173.21 | 0.65 | 0.48 |
| Hex | 2B | CA | B8 | 4F | 0 | 9 | 15 | AD | 41 | 30 |
| Octal | 53 | 312 | 270 | 117 | 0 | 11 | 25 | 255 | 101 | 60 |
| Binary | 101011 | 11001010 | 10111000 | 1001111 | 0 | 1001 | 10101 | 10101101 | 1000001 | 110000 |
Color Harmonies of #2BCAB8
Complementary color
Monochromatic Colors of #2BCAB8
Black with #2BCAB8
Text Example
Text Example
White with #2BCAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCAB8; }
p { color: rgb(43,202,184); }
H1.HeaderClassName
{
color: #2BCAB8;
}
.AnyTagClassName
{
color: #2BCAB8;
}
</style>
background-color css
<style>
a { background-color: #2BCAB8; }
a { background-color: rgb(43,202,184); }
div.DivClassName
{
background-color: #2BCAB8;
}
.BgClassName
{
background-color: #2BCAB8;
}
</style>
border-color css
<style>
span { border-color: #2BCAB8; }
span { border-color: rgb(43,202,184); }
td.TdClassName
{
border-color: #2BCAB8;
}
.TagClassName
{
border-color: #2BCAB8;
}
</style>