Shades of Light Sea Green #1DCDB9
Tints of Light Sea Green #1DCDB9
RGB
CMYK
RGB Variations
Color information
#1DCDB9 (or 0x1DCDB9) is known color: Light Sea Green. HEX triplet: 1D, CD and B9. RGB value is (29,205,185). Sum of RGB (Red+Green+Blue) = 29+205+185=419 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.92% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 185 (72.66% from 255 or 44.15% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCDB9 is #E23246. Grayscale: #959595. Windows color (decimal): -14824007 or 12176669. OLE color: 12176669.
HSL color Cylindrical-coordinate representation of color #1DCDB9: hue angle of 173.18º 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 #1DCDB9 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
RGB | 29 | 205 | 185 | - |
CMYK | 0.86 | 0 | 0.10 | 0.20 |
HSL | 173.18º | 0.75% | 0.46% | - |
HSV(B) | 173.18º | 0.86% | 0.8% | - |
XYZ | 31.09 | 47.43 | 53.41 | - |
YUV | 150.1 | 147.69 | 41.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 205 | 185 | 0.86 | 0 | 0.10 | 0.20 | 173.18 | 0.75 | 0.46 |
Hex | 1D | CD | B9 | 56 | 0 | A | 14 | AD | 4B | 2E |
Octal | 35 | 315 | 271 | 126 | 0 | 12 | 24 | 255 | 113 | 56 |
Binary | 11101 | 11001101 | 10111001 | 1010110 | 0 | 1010 | 10100 | 10101101 | 1001011 | 101110 |
Color Harmonies of #1DCDB9
Complementary color
Monochromatic Colors of #1DCDB9
Black with #1DCDB9
Text Example
Text Example
White with #1DCDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCDB9; }
p { color: rgb(29,205,185); }
H1.HeaderClassName
{
color: #1DCDB9;
}
.AnyTagClassName
{
color: #1DCDB9;
}
</style>
background-color css
<style>
a { background-color: #1DCDB9; }
a { background-color: rgb(29,205,185); }
div.DivClassName
{
background-color: #1DCDB9;
}
.BgClassName
{
background-color: #1DCDB9;
}
</style>
border-color css
<style>
span { border-color: #1DCDB9; }
span { border-color: rgb(29,205,185); }
td.TdClassName
{
border-color: #1DCDB9;
}
.TagClassName
{
border-color: #1DCDB9;
}
</style>