Shades of Light Sea Green #2DCABA
Tints of Light Sea Green #2DCABA
RGB
CMYK
RGB Variations
Color information
#2DCABA (or 0x2DCABA) is known color: Light Sea Green. HEX triplet: 2D, CA and BA. RGB value is (45,202,186). Sum of RGB (Red+Green+Blue) = 45+202+186=433 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.39% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCABA is #D23545. Grayscale: #999999. Windows color (decimal): -13776198 or 12241453. OLE color: 12241453.
HSL color Cylindrical-coordinate representation of color #2DCABA: hue angle of 173.89º 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 #2DCABA is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 202 | 186 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.21 |
| HSL | 173.89º | 0.64% | 0.48% | - |
| HSV(B) | 173.89º | 0.78% | 0.79% | - |
| XYZ | 31.07 | 46.34 | 53.76 | - |
| YUV | 153.23 | 146.49 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 202 | 186 | 0.78 | 0 | 0.08 | 0.21 | 173.89 | 0.64 | 0.48 |
| Hex | 2D | CA | BA | 4E | 0 | 8 | 15 | AE | 40 | 30 |
| Octal | 55 | 312 | 272 | 116 | 0 | 10 | 25 | 256 | 100 | 60 |
| Binary | 101101 | 11001010 | 10111010 | 1001110 | 0 | 1000 | 10101 | 10101110 | 1000000 | 110000 |
Color Harmonies of #2DCABA
Complementary color
Monochromatic Colors of #2DCABA
Black with #2DCABA
Text Example
Text Example
White with #2DCABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCABA; }
p { color: rgb(45,202,186); }
H1.HeaderClassName
{
color: #2DCABA;
}
.AnyTagClassName
{
color: #2DCABA;
}
</style>
background-color css
<style>
a { background-color: #2DCABA; }
a { background-color: rgb(45,202,186); }
div.DivClassName
{
background-color: #2DCABA;
}
.BgClassName
{
background-color: #2DCABA;
}
</style>
border-color css
<style>
span { border-color: #2DCABA; }
span { border-color: rgb(45,202,186); }
td.TdClassName
{
border-color: #2DCABA;
}
.TagClassName
{
border-color: #2DCABA;
}
</style>