Shades of Light Sea Green #2CCDB9
Tints of Light Sea Green #2CCDB9
RGB
CMYK
RGB Variations
Color information
#2CCDB9 (or 0x2CCDB9) is known color: Light Sea Green. HEX triplet: 2C, CD and B9. RGB value is (44,205,185). Sum of RGB (Red+Green+Blue) = 44+205+185=434 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.14% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 205 - color contains mainly: green. Hex color #2CCDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCDB9 is #D33246. Grayscale: #9A9A9A. Windows color (decimal): -13840967 or 12176684. OLE color: 12176684.
HSL color Cylindrical-coordinate representation of color #2CCDB9: hue angle of 172.55º 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 #2CCDB9 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 205 | 185 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.20 |
| HSL | 172.55º | 0.65% | 0.49% | - |
| HSV(B) | 172.55º | 0.79% | 0.8% | - |
| XYZ | 31.63 | 47.7 | 53.44 | - |
| YUV | 154.58 | 145.16 | 49.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 205 | 185 | 0.79 | 0 | 0.10 | 0.20 | 172.55 | 0.65 | 0.49 |
| Hex | 2C | CD | B9 | 4F | 0 | A | 14 | AD | 41 | 31 |
| Octal | 54 | 315 | 271 | 117 | 0 | 12 | 24 | 255 | 101 | 61 |
| Binary | 101100 | 11001101 | 10111001 | 1001111 | 0 | 1010 | 10100 | 10101101 | 1000001 | 110001 |
Color Harmonies of #2CCDB9
Complementary color
Monochromatic Colors of #2CCDB9
Black with #2CCDB9
Text Example
Text Example
White with #2CCDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCDB9; }
p { color: rgb(44,205,185); }
H1.HeaderClassName
{
color: #2CCDB9;
}
.AnyTagClassName
{
color: #2CCDB9;
}
</style>
background-color css
<style>
a { background-color: #2CCDB9; }
a { background-color: rgb(44,205,185); }
div.DivClassName
{
background-color: #2CCDB9;
}
.BgClassName
{
background-color: #2CCDB9;
}
</style>
border-color css
<style>
span { border-color: #2CCDB9; }
span { border-color: rgb(44,205,185); }
td.TdClassName
{
border-color: #2CCDB9;
}
.TagClassName
{
border-color: #2CCDB9;
}
</style>