Shades of Light Sea Green #1DD1B9
Tints of Light Sea Green #1DD1B9
RGB
CMYK
RGB Variations
Color information
#1DD1B9 (or 0x1DD1B9) is known color: Light Sea Green. HEX triplet: 1D, D1 and B9. RGB value is (29,209,185). Sum of RGB (Red+Green+Blue) = 29+209+185=423 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.86% from 423); Green value is 209 (82.03% from 255 or 49.41% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 209 - color contains mainly: green. Hex color #1DD1B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD1B9 is #E22E46. Grayscale: #989898. Windows color (decimal): -14822983 or 12177693. OLE color: 12177693.
HSL color Cylindrical-coordinate representation of color #1DD1B9: hue angle of 172º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD1B9 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 209 | 185 | - |
| CMYK | 0.86 | 0 | 0.11 | 0.18 |
| HSL | 172º | 0.76% | 0.47% | - |
| HSV(B) | 172º | 0.86% | 0.82% | - |
| XYZ | 32.06 | 49.36 | 53.74 | - |
| YUV | 152.44 | 146.37 | 39.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 209 | 185 | 0.86 | 0 | 0.11 | 0.18 | 172 | 0.76 | 0.47 |
| Hex | 1D | D1 | B9 | 56 | 0 | B | 12 | AC | 4C | 2F |
| Octal | 35 | 321 | 271 | 126 | 0 | 13 | 22 | 254 | 114 | 57 |
| Binary | 11101 | 11010001 | 10111001 | 1010110 | 0 | 1011 | 10010 | 10101100 | 1001100 | 101111 |
Color Harmonies of #1DD1B9
Complementary color
Monochromatic Colors of #1DD1B9
Black with #1DD1B9
Text Example
Text Example
White with #1DD1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD1B9; }
p { color: rgb(29,209,185); }
H1.HeaderClassName
{
color: #1DD1B9;
}
.AnyTagClassName
{
color: #1DD1B9;
}
</style>
background-color css
<style>
a { background-color: #1DD1B9; }
a { background-color: rgb(29,209,185); }
div.DivClassName
{
background-color: #1DD1B9;
}
.BgClassName
{
background-color: #1DD1B9;
}
</style>
border-color css
<style>
span { border-color: #1DD1B9; }
span { border-color: rgb(29,209,185); }
td.TdClassName
{
border-color: #1DD1B9;
}
.TagClassName
{
border-color: #1DD1B9;
}
</style>