Shades of Light Sea Green #2DCABB
Tints of Light Sea Green #2DCABB
RGB
CMYK
RGB Variations
Color information
#2DCABB (or 0x2DCABB) is known color: Light Sea Green. HEX triplet: 2D, CA and BB. RGB value is (45,202,187). Sum of RGB (Red+Green+Blue) = 45+202+187=434 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.37% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCABB is #D23544. Grayscale: #999999. Windows color (decimal): -13776197 or 12306989. OLE color: 12306989.
HSL color Cylindrical-coordinate representation of color #2DCABB: hue angle of 174.27º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCABB is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 202 | 187 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.21 |
| HSL | 174.27º | 0.64% | 0.48% | - |
| HSV(B) | 174.27º | 0.78% | 0.79% | - |
| XYZ | 31.17 | 46.39 | 54.32 | - |
| YUV | 153.35 | 146.99 | 50.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 202 | 187 | 0.78 | 0 | 0.07 | 0.21 | 174.27 | 0.64 | 0.48 |
| Hex | 2D | CA | BB | 4E | 0 | 7 | 15 | AE | 40 | 30 |
| Octal | 55 | 312 | 273 | 116 | 0 | 7 | 25 | 256 | 100 | 60 |
| Binary | 101101 | 11001010 | 10111011 | 1001110 | 0 | 111 | 10101 | 10101110 | 1000000 | 110000 |
Color Harmonies of #2DCABB
Complementary color
Monochromatic Colors of #2DCABB
Black with #2DCABB
Text Example
Text Example
White with #2DCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCABB; }
p { color: rgb(45,202,187); }
H1.HeaderClassName
{
color: #2DCABB;
}
.AnyTagClassName
{
color: #2DCABB;
}
</style>
background-color css
<style>
a { background-color: #2DCABB; }
a { background-color: rgb(45,202,187); }
div.DivClassName
{
background-color: #2DCABB;
}
.BgClassName
{
background-color: #2DCABB;
}
</style>
border-color css
<style>
span { border-color: #2DCABB; }
span { border-color: rgb(45,202,187); }
td.TdClassName
{
border-color: #2DCABB;
}
.TagClassName
{
border-color: #2DCABB;
}
</style>