Shades of Light Sea Green #1DAD9E
Tints of Light Sea Green #1DAD9E
RGB
CMYK
RGB Variations
Color information
#1DAD9E (or 0x1DAD9E) is known color: Light Sea Green. HEX triplet: 1D, AD and 9E. RGB value is (29,173,158). Sum of RGB (Red+Green+Blue) = 29+173+158=360 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.06% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 173 - color contains mainly: green. Hex color #1DAD9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAD9E is #E25261. Grayscale: #808080. Windows color (decimal): -14832226 or 10399005. OLE color: 10399005.
HSL color Cylindrical-coordinate representation of color #1DAD9E: hue angle of 173.75º 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 #1DAD9E is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 173 | 158 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.32 |
| HSL | 173.75º | 0.71% | 0.4% | - |
| HSV(B) | 173.75º | 0.83% | 0.68% | - |
| XYZ | 21.62 | 32.62 | 37.5 | - |
| YUV | 128.23 | 144.79 | 57.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 173 | 158 | 0.83 | 0 | 0.09 | 0.32 | 173.75 | 0.71 | 0.4 |
| Hex | 1D | AD | 9E | 53 | 0 | 9 | 20 | AE | 47 | 28 |
| Octal | 35 | 255 | 236 | 123 | 0 | 11 | 40 | 256 | 107 | 50 |
| Binary | 11101 | 10101101 | 10011110 | 1010011 | 0 | 1001 | 100000 | 10101110 | 1000111 | 101000 |
Color Harmonies of #1DAD9E
Complementary color
Monochromatic Colors of #1DAD9E
Black with #1DAD9E
Text Example
Text Example
White with #1DAD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAD9E; }
p { color: rgb(29,173,158); }
H1.HeaderClassName
{
color: #1DAD9E;
}
.AnyTagClassName
{
color: #1DAD9E;
}
</style>
background-color css
<style>
a { background-color: #1DAD9E; }
a { background-color: rgb(29,173,158); }
div.DivClassName
{
background-color: #1DAD9E;
}
.BgClassName
{
background-color: #1DAD9E;
}
</style>
border-color css
<style>
span { border-color: #1DAD9E; }
span { border-color: rgb(29,173,158); }
td.TdClassName
{
border-color: #1DAD9E;
}
.TagClassName
{
border-color: #1DAD9E;
}
</style>