Shades of Light Sea Green #2CCDBA
Tints of Light Sea Green #2CCDBA
RGB
CMYK
RGB Variations
Color information
#2CCDBA (or 0x2CCDBA) is known color: Light Sea Green. HEX triplet: 2C, CD and BA. RGB value is (44,205,186). Sum of RGB (Red+Green+Blue) = 44+205+186=435 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.11% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 205 - color contains mainly: green. Hex color #2CCDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCDBA is #D33245. Grayscale: #9A9A9A. Windows color (decimal): -13840966 or 12242220. OLE color: 12242220.
HSL color Cylindrical-coordinate representation of color #2CCDBA: hue angle of 172.92º 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 #2CCDBA is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 205 | 186 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.20 |
| HSL | 172.92º | 0.65% | 0.49% | - |
| HSV(B) | 172.92º | 0.79% | 0.8% | - |
| XYZ | 31.73 | 47.74 | 54 | - |
| YUV | 154.7 | 145.66 | 49.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 205 | 186 | 0.79 | 0 | 0.09 | 0.20 | 172.92 | 0.65 | 0.49 |
| Hex | 2C | CD | BA | 4F | 0 | 9 | 14 | AD | 41 | 31 |
| Octal | 54 | 315 | 272 | 117 | 0 | 11 | 24 | 255 | 101 | 61 |
| Binary | 101100 | 11001101 | 10111010 | 1001111 | 0 | 1001 | 10100 | 10101101 | 1000001 | 110001 |
Color Harmonies of #2CCDBA
Complementary color
Monochromatic Colors of #2CCDBA
Black with #2CCDBA
Text Example
Text Example
White with #2CCDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCDBA; }
p { color: rgb(44,205,186); }
H1.HeaderClassName
{
color: #2CCDBA;
}
.AnyTagClassName
{
color: #2CCDBA;
}
</style>
background-color css
<style>
a { background-color: #2CCDBA; }
a { background-color: rgb(44,205,186); }
div.DivClassName
{
background-color: #2CCDBA;
}
.BgClassName
{
background-color: #2CCDBA;
}
</style>
border-color css
<style>
span { border-color: #2CCDBA; }
span { border-color: rgb(44,205,186); }
td.TdClassName
{
border-color: #2CCDBA;
}
.TagClassName
{
border-color: #2CCDBA;
}
</style>