Shades of Light Sea Green #2BCEB8
Tints of Light Sea Green #2BCEB8
RGB
CMYK
RGB Variations
Color information
#2BCEB8 (or 0x2BCEB8) is known color: Light Sea Green. HEX triplet: 2B, CE and B8. RGB value is (43,206,184). Sum of RGB (Red+Green+Blue) = 43+206+184=433 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.93% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 184 (72.27% from 255 or 42.49% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCEB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCEB8 is #D43147. Grayscale: #9A9A9A. Windows color (decimal): -13906248 or 12111403. OLE color: 12111403.
HSL color Cylindrical-coordinate representation of color #2BCEB8: hue angle of 171.9º 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 #2BCEB8 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 206 | 184 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.19 |
| HSL | 171.9º | 0.65% | 0.49% | - |
| HSV(B) | 171.9º | 0.79% | 0.81% | - |
| XYZ | 31.72 | 48.12 | 52.96 | - |
| YUV | 154.76 | 144.5 | 48.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 184 | 0.79 | 0 | 0.11 | 0.19 | 171.9 | 0.65 | 0.49 |
| Hex | 2B | CE | B8 | 4F | 0 | B | 13 | AC | 41 | 31 |
| Octal | 53 | 316 | 270 | 117 | 0 | 13 | 23 | 254 | 101 | 61 |
| Binary | 101011 | 11001110 | 10111000 | 1001111 | 0 | 1011 | 10011 | 10101100 | 1000001 | 110001 |
Color Harmonies of #2BCEB8
Complementary color
Monochromatic Colors of #2BCEB8
Black with #2BCEB8
Text Example
Text Example
White with #2BCEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCEB8; }
p { color: rgb(43,206,184); }
H1.HeaderClassName
{
color: #2BCEB8;
}
.AnyTagClassName
{
color: #2BCEB8;
}
</style>
background-color css
<style>
a { background-color: #2BCEB8; }
a { background-color: rgb(43,206,184); }
div.DivClassName
{
background-color: #2BCEB8;
}
.BgClassName
{
background-color: #2BCEB8;
}
</style>
border-color css
<style>
span { border-color: #2BCEB8; }
span { border-color: rgb(43,206,184); }
td.TdClassName
{
border-color: #2BCEB8;
}
.TagClassName
{
border-color: #2BCEB8;
}
</style>