Shades of Light Sea Green #1DAD99
Tints of Light Sea Green #1DAD99
RGB
CMYK
RGB Variations
Color information
#1DAD99 (or 0x1DAD99) is known color: Light Sea Green. HEX triplet: 1D, AD and 99. RGB value is (29,173,153). Sum of RGB (Red+Green+Blue) = 29+173+153=355 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.17% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #1DAD99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAD99 is #E25266. Grayscale: #7F7F7F. Windows color (decimal): -14832231 or 10071325. OLE color: 10071325.
HSL color Cylindrical-coordinate representation of color #1DAD99: hue angle of 171.67º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAD99 is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 173 | 153 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.32 |
| HSL | 171.67º | 0.71% | 0.4% | - |
| HSV(B) | 171.67º | 0.83% | 0.68% | - |
| XYZ | 21.2 | 32.45 | 35.28 | - |
| YUV | 127.66 | 142.29 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 173 | 153 | 0.83 | 0 | 0.12 | 0.32 | 171.67 | 0.71 | 0.4 |
| Hex | 1D | AD | 99 | 53 | 0 | C | 20 | AC | 47 | 28 |
| Octal | 35 | 255 | 231 | 123 | 0 | 14 | 40 | 254 | 107 | 50 |
| Binary | 11101 | 10101101 | 10011001 | 1010011 | 0 | 1100 | 100000 | 10101100 | 1000111 | 101000 |
Color Harmonies of #1DAD99
Complementary color
Monochromatic Colors of #1DAD99
Black with #1DAD99
Text Example
Text Example
White with #1DAD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAD99; }
p { color: rgb(29,173,153); }
H1.HeaderClassName
{
color: #1DAD99;
}
.AnyTagClassName
{
color: #1DAD99;
}
</style>
background-color css
<style>
a { background-color: #1DAD99; }
a { background-color: rgb(29,173,153); }
div.DivClassName
{
background-color: #1DAD99;
}
.BgClassName
{
background-color: #1DAD99;
}
</style>
border-color css
<style>
span { border-color: #1DAD99; }
span { border-color: rgb(29,173,153); }
td.TdClassName
{
border-color: #1DAD99;
}
.TagClassName
{
border-color: #1DAD99;
}
</style>