Shades of Light Sea Green #1DADA5
Tints of Light Sea Green #1DADA5
RGB
CMYK
RGB Variations
Color information
#1DADA5 (or 0x1DADA5) is known color: Light Sea Green. HEX triplet: 1D, AD and A5. RGB value is (29,173,165). Sum of RGB (Red+Green+Blue) = 29+173+165=367 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.90% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 165 (64.84% from 255 or 44.96% from 367); Max value from RGB is 173 - color contains mainly: green. Hex color #1DADA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DADA5 is #E2525A. Grayscale: #808080. Windows color (decimal): -14832219 or 10857757. OLE color: 10857757.
HSL color Cylindrical-coordinate representation of color #1DADA5: hue angle of 176.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 #1DADA5 is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 173 | 165 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.32 |
| HSL | 176.67º | 0.71% | 0.4% | - |
| HSV(B) | 176.67º | 0.83% | 0.68% | - |
| XYZ | 22.24 | 32.86 | 40.77 | - |
| YUV | 129.03 | 148.29 | 56.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 173 | 165 | 0.83 | 0 | 0.05 | 0.32 | 176.67 | 0.71 | 0.4 |
| Hex | 1D | AD | A5 | 53 | 0 | 5 | 20 | B1 | 47 | 28 |
| Octal | 35 | 255 | 245 | 123 | 0 | 5 | 40 | 261 | 107 | 50 |
| Binary | 11101 | 10101101 | 10100101 | 1010011 | 0 | 101 | 100000 | 10110001 | 1000111 | 101000 |
Color Harmonies of #1DADA5
Complementary color
Monochromatic Colors of #1DADA5
Black with #1DADA5
Text Example
Text Example
White with #1DADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DADA5; }
p { color: rgb(29,173,165); }
H1.HeaderClassName
{
color: #1DADA5;
}
.AnyTagClassName
{
color: #1DADA5;
}
</style>
background-color css
<style>
a { background-color: #1DADA5; }
a { background-color: rgb(29,173,165); }
div.DivClassName
{
background-color: #1DADA5;
}
.BgClassName
{
background-color: #1DADA5;
}
</style>
border-color css
<style>
span { border-color: #1DADA5; }
span { border-color: rgb(29,173,165); }
td.TdClassName
{
border-color: #1DADA5;
}
.TagClassName
{
border-color: #1DADA5;
}
</style>