Shades of Light Sea Green #1DAEAD
Tints of Light Sea Green #1DAEAD
RGB
CMYK
RGB Variations
Color information
#1DAEAD (or 0x1DAEAD) is known color: Light Sea Green. HEX triplet: 1D, AE and AD. RGB value is (29,174,173). Sum of RGB (Red+Green+Blue) = 29+174+173=376 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.71% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAEAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAEAD is #E25152. Grayscale: #828282. Windows color (decimal): -14831955 or 11382301. OLE color: 11382301.
HSL color Cylindrical-coordinate representation of color #1DAEAD: hue angle of 179.59º 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 #1DAEAD is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 174 | 173 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.32 |
| HSL | 179.59º | 0.71% | 0.4% | - |
| HSV(B) | 179.59º | 0.83% | 0.68% | - |
| XYZ | 23.19 | 33.55 | 44.79 | - |
| YUV | 130.53 | 151.96 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 174 | 173 | 0.83 | 0 | 0.01 | 0.32 | 179.59 | 0.71 | 0.4 |
| Hex | 1D | AE | AD | 53 | 0 | 1 | 20 | B4 | 47 | 28 |
| Octal | 35 | 256 | 255 | 123 | 0 | 1 | 40 | 264 | 107 | 50 |
| Binary | 11101 | 10101110 | 10101101 | 1010011 | 0 | 1 | 100000 | 10110100 | 1000111 | 101000 |
Color Harmonies of #1DAEAD
Complementary color
Monochromatic Colors of #1DAEAD
Black with #1DAEAD
Text Example
Text Example
White with #1DAEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAEAD; }
p { color: rgb(29,174,173); }
H1.HeaderClassName
{
color: #1DAEAD;
}
.AnyTagClassName
{
color: #1DAEAD;
}
</style>
background-color css
<style>
a { background-color: #1DAEAD; }
a { background-color: rgb(29,174,173); }
div.DivClassName
{
background-color: #1DAEAD;
}
.BgClassName
{
background-color: #1DAEAD;
}
</style>
border-color css
<style>
span { border-color: #1DAEAD; }
span { border-color: rgb(29,174,173); }
td.TdClassName
{
border-color: #1DAEAD;
}
.TagClassName
{
border-color: #1DAEAD;
}
</style>