Shades of Light Sea Green #1DCDB5
Tints of Light Sea Green #1DCDB5
RGB
CMYK
RGB Variations
Color information
#1DCDB5 (or 0x1DCDB5) is known color: Light Sea Green. HEX triplet: 1D, CD and B5. RGB value is (29,205,181). Sum of RGB (Red+Green+Blue) = 29+205+181=415 (54% of max value = 765). Red value is 29 (11.72% from 255 or 6.99% from 415); Green value is 205 (80.47% from 255 or 49.40% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCDB5 is #E2324A. Grayscale: #959595. Windows color (decimal): -14824011 or 11914525. OLE color: 11914525.
HSL color Cylindrical-coordinate representation of color #1DCDB5: hue angle of 171.82º 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 #1DCDB5 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 205 | 181 | - |
| CMYK | 0.86 | 0 | 0.12 | 0.20 |
| HSL | 171.82º | 0.75% | 0.46% | - |
| HSV(B) | 171.82º | 0.86% | 0.8% | - |
| XYZ | 30.68 | 47.26 | 51.22 | - |
| YUV | 149.64 | 145.69 | 41.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 181 | 0.86 | 0 | 0.12 | 0.20 | 171.82 | 0.75 | 0.46 |
| Hex | 1D | CD | B5 | 56 | 0 | C | 14 | AC | 4B | 2E |
| Octal | 35 | 315 | 265 | 126 | 0 | 14 | 24 | 254 | 113 | 56 |
| Binary | 11101 | 11001101 | 10110101 | 1010110 | 0 | 1100 | 10100 | 10101100 | 1001011 | 101110 |
Color Harmonies of #1DCDB5
Complementary color
Monochromatic Colors of #1DCDB5
Black with #1DCDB5
Text Example
Text Example
White with #1DCDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCDB5; }
p { color: rgb(29,205,181); }
H1.HeaderClassName
{
color: #1DCDB5;
}
.AnyTagClassName
{
color: #1DCDB5;
}
</style>
background-color css
<style>
a { background-color: #1DCDB5; }
a { background-color: rgb(29,205,181); }
div.DivClassName
{
background-color: #1DCDB5;
}
.BgClassName
{
background-color: #1DCDB5;
}
</style>
border-color css
<style>
span { border-color: #1DCDB5; }
span { border-color: rgb(29,205,181); }
td.TdClassName
{
border-color: #1DCDB5;
}
.TagClassName
{
border-color: #1DCDB5;
}
</style>