Shades of Light Sea Green #2BCDB9
Tints of Light Sea Green #2BCDB9
RGB
CMYK
RGB Variations
Color information
#2BCDB9 (or 0x2BCDB9) is known color: Light Sea Green. HEX triplet: 2B, CD and B9. RGB value is (43,205,185). Sum of RGB (Red+Green+Blue) = 43+205+185=433 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.93% from 433); Green value is 205 (80.47% from 255 or 47.34% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCDB9 is #D43246. Grayscale: #9A9A9A. Windows color (decimal): -13906503 or 12176683. OLE color: 12176683.
HSL color Cylindrical-coordinate representation of color #2BCDB9: hue angle of 172.59º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCDB9 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 205 | 185 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.20 |
| HSL | 172.59º | 0.65% | 0.49% | - |
| HSV(B) | 172.59º | 0.79% | 0.8% | - |
| XYZ | 31.58 | 47.68 | 53.44 | - |
| YUV | 154.28 | 145.33 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 205 | 185 | 0.79 | 0 | 0.10 | 0.20 | 172.59 | 0.65 | 0.49 |
| Hex | 2B | CD | B9 | 4F | 0 | A | 14 | AD | 41 | 31 |
| Octal | 53 | 315 | 271 | 117 | 0 | 12 | 24 | 255 | 101 | 61 |
| Binary | 101011 | 11001101 | 10111001 | 1001111 | 0 | 1010 | 10100 | 10101101 | 1000001 | 110001 |
Color Harmonies of #2BCDB9
Complementary color
Monochromatic Colors of #2BCDB9
Black with #2BCDB9
Text Example
Text Example
White with #2BCDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCDB9; }
p { color: rgb(43,205,185); }
H1.HeaderClassName
{
color: #2BCDB9;
}
.AnyTagClassName
{
color: #2BCDB9;
}
</style>
background-color css
<style>
a { background-color: #2BCDB9; }
a { background-color: rgb(43,205,185); }
div.DivClassName
{
background-color: #2BCDB9;
}
.BgClassName
{
background-color: #2BCDB9;
}
</style>
border-color css
<style>
span { border-color: #2BCDB9; }
span { border-color: rgb(43,205,185); }
td.TdClassName
{
border-color: #2BCDB9;
}
.TagClassName
{
border-color: #2BCDB9;
}
</style>