Shades of Light Sea Green #2BCEB7
Tints of Light Sea Green #2BCEB7
RGB
CMYK
RGB Variations
Color information
#2BCEB7 (or 0x2BCEB7) is known color: Light Sea Green. HEX triplet: 2B, CE and B7. RGB value is (43,206,183). Sum of RGB (Red+Green+Blue) = 43+206+183=432 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.95% from 432); Green value is 206 (80.86% from 255 or 47.69% from 432); Blue value is 183 (71.88% from 255 or 42.36% from 432); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCEB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCEB7 is #D43148. Grayscale: #9A9A9A. Windows color (decimal): -13906249 or 12045867. OLE color: 12045867.
HSL color Cylindrical-coordinate representation of color #2BCEB7: hue angle of 171.53º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCEB7 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 206 | 183 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.19 |
| HSL | 171.53º | 0.65% | 0.49% | - |
| HSV(B) | 171.53º | 0.79% | 0.81% | - |
| XYZ | 31.61 | 48.08 | 52.41 | - |
| YUV | 154.64 | 144 | 48.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 183 | 0.79 | 0 | 0.11 | 0.19 | 171.53 | 0.65 | 0.49 |
| Hex | 2B | CE | B7 | 4F | 0 | B | 13 | AC | 41 | 31 |
| Octal | 53 | 316 | 267 | 117 | 0 | 13 | 23 | 254 | 101 | 61 |
| Binary | 101011 | 11001110 | 10110111 | 1001111 | 0 | 1011 | 10011 | 10101100 | 1000001 | 110001 |
Color Harmonies of #2BCEB7
Complementary color
Monochromatic Colors of #2BCEB7
Black with #2BCEB7
Text Example
Text Example
White with #2BCEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCEB7; }
p { color: rgb(43,206,183); }
H1.HeaderClassName
{
color: #2BCEB7;
}
.AnyTagClassName
{
color: #2BCEB7;
}
</style>
background-color css
<style>
a { background-color: #2BCEB7; }
a { background-color: rgb(43,206,183); }
div.DivClassName
{
background-color: #2BCEB7;
}
.BgClassName
{
background-color: #2BCEB7;
}
</style>
border-color css
<style>
span { border-color: #2BCEB7; }
span { border-color: rgb(43,206,183); }
td.TdClassName
{
border-color: #2BCEB7;
}
.TagClassName
{
border-color: #2BCEB7;
}
</style>