Shades of Light Sea Green #1DCDBC
Tints of Light Sea Green #1DCDBC
RGB
CMYK
RGB Variations
Color information
#1DCDBC (or 0x1DCDBC) is known color: Light Sea Green. HEX triplet: 1D, CD and BC. RGB value is (29,205,188). Sum of RGB (Red+Green+Blue) = 29+205+188=422 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.87% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCDBC is #E23243. Grayscale: #969696. Windows color (decimal): -14824004 or 12373277. OLE color: 12373277.
HSL color Cylindrical-coordinate representation of color #1DCDBC: hue angle of 174.2º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCDBC is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 205 | 188 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.20 |
| HSL | 174.2º | 0.75% | 0.46% | - |
| HSV(B) | 174.2º | 0.86% | 0.8% | - |
| XYZ | 31.42 | 47.55 | 55.1 | - |
| YUV | 150.44 | 149.19 | 41.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 188 | 0.86 | 0 | 0.08 | 0.20 | 174.2 | 0.75 | 0.46 |
| Hex | 1D | CD | BC | 56 | 0 | 8 | 14 | AE | 4B | 2E |
| Octal | 35 | 315 | 274 | 126 | 0 | 10 | 24 | 256 | 113 | 56 |
| Binary | 11101 | 11001101 | 10111100 | 1010110 | 0 | 1000 | 10100 | 10101110 | 1001011 | 101110 |
Color Harmonies of #1DCDBC
Complementary color
Monochromatic Colors of #1DCDBC
Black with #1DCDBC
Text Example
Text Example
White with #1DCDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCDBC; }
p { color: rgb(29,205,188); }
H1.HeaderClassName
{
color: #1DCDBC;
}
.AnyTagClassName
{
color: #1DCDBC;
}
</style>
background-color css
<style>
a { background-color: #1DCDBC; }
a { background-color: rgb(29,205,188); }
div.DivClassName
{
background-color: #1DCDBC;
}
.BgClassName
{
background-color: #1DCDBC;
}
</style>
border-color css
<style>
span { border-color: #1DCDBC; }
span { border-color: rgb(29,205,188); }
td.TdClassName
{
border-color: #1DCDBC;
}
.TagClassName
{
border-color: #1DCDBC;
}
</style>