Shades of Light Sea Green #1DCDB3
Tints of Light Sea Green #1DCDB3
RGB
CMYK
RGB Variations
Color information
#1DCDB3 (or 0x1DCDB3) is known color: Light Sea Green. HEX triplet: 1D, CD and B3. RGB value is (29,205,179). Sum of RGB (Red+Green+Blue) = 29+205+179=413 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.02% from 413); Green value is 205 (80.47% from 255 or 49.64% from 413); Blue value is 179 (70.31% from 255 or 43.34% from 413); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCDB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCDB3 is #E2324C. Grayscale: #959595. Windows color (decimal): -14824013 or 11783453. OLE color: 11783453.
HSL color Cylindrical-coordinate representation of color #1DCDB3: hue angle of 171.14º 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 #1DCDB3 is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 205 | 179 | - |
| CMYK | 0.86 | 0 | 0.13 | 0.20 |
| HSL | 171.14º | 0.75% | 0.46% | - |
| HSV(B) | 171.14º | 0.86% | 0.8% | - |
| XYZ | 30.47 | 47.18 | 50.15 | - |
| YUV | 149.41 | 144.69 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 179 | 0.86 | 0 | 0.13 | 0.20 | 171.14 | 0.75 | 0.46 |
| Hex | 1D | CD | B3 | 56 | 0 | D | 14 | AB | 4B | 2E |
| Octal | 35 | 315 | 263 | 126 | 0 | 15 | 24 | 253 | 113 | 56 |
| Binary | 11101 | 11001101 | 10110011 | 1010110 | 0 | 1101 | 10100 | 10101011 | 1001011 | 101110 |
Color Harmonies of #1DCDB3
Complementary color
Monochromatic Colors of #1DCDB3
Black with #1DCDB3
Text Example
Text Example
White with #1DCDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCDB3; }
p { color: rgb(29,205,179); }
H1.HeaderClassName
{
color: #1DCDB3;
}
.AnyTagClassName
{
color: #1DCDB3;
}
</style>
background-color css
<style>
a { background-color: #1DCDB3; }
a { background-color: rgb(29,205,179); }
div.DivClassName
{
background-color: #1DCDB3;
}
.BgClassName
{
background-color: #1DCDB3;
}
</style>
border-color css
<style>
span { border-color: #1DCDB3; }
span { border-color: rgb(29,205,179); }
td.TdClassName
{
border-color: #1DCDB3;
}
.TagClassName
{
border-color: #1DCDB3;
}
</style>