Shades of Light Sea Green #1DADAC
Tints of Light Sea Green #1DADAC
RGB
CMYK
RGB Variations
Color information
#1DADAC (or 0x1DADAC) is known color: Light Sea Green. HEX triplet: 1D, AD and AC. RGB value is (29,173,172). Sum of RGB (Red+Green+Blue) = 29+173+172=374 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.75% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 173 - color contains mainly: green. Hex color #1DADAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DADAC is #E25253. Grayscale: #818181. Windows color (decimal): -14832212 or 11316509. OLE color: 11316509.
HSL color Cylindrical-coordinate representation of color #1DADAC: hue angle of 179.58º 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 #1DADAC is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 173 | 172 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.32 |
| HSL | 179.58º | 0.71% | 0.4% | - |
| HSV(B) | 179.58º | 0.83% | 0.68% | - |
| XYZ | 22.9 | 33.13 | 44.22 | - |
| YUV | 129.83 | 151.79 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 173 | 172 | 0.83 | 0 | 0.01 | 0.32 | 179.58 | 0.71 | 0.4 |
| Hex | 1D | AD | AC | 53 | 0 | 1 | 20 | B4 | 47 | 28 |
| Octal | 35 | 255 | 254 | 123 | 0 | 1 | 40 | 264 | 107 | 50 |
| Binary | 11101 | 10101101 | 10101100 | 1010011 | 0 | 1 | 100000 | 10110100 | 1000111 | 101000 |
Color Harmonies of #1DADAC
Complementary color
Monochromatic Colors of #1DADAC
Black with #1DADAC
Text Example
Text Example
White with #1DADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DADAC; }
p { color: rgb(29,173,172); }
H1.HeaderClassName
{
color: #1DADAC;
}
.AnyTagClassName
{
color: #1DADAC;
}
</style>
background-color css
<style>
a { background-color: #1DADAC; }
a { background-color: rgb(29,173,172); }
div.DivClassName
{
background-color: #1DADAC;
}
.BgClassName
{
background-color: #1DADAC;
}
</style>
border-color css
<style>
span { border-color: #1DADAC; }
span { border-color: rgb(29,173,172); }
td.TdClassName
{
border-color: #1DADAC;
}
.TagClassName
{
border-color: #1DADAC;
}
</style>