Shades of Light Sea Green #1DA8AE
Tints of Light Sea Green #1DA8AE
RGB
CMYK
RGB Variations
Color information
#1DA8AE (or 0x1DA8AE) is known color: Light Sea Green. HEX triplet: 1D, A8 and AE. RGB value is (29,168,174). Sum of RGB (Red+Green+Blue) = 29+168+174=371 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.82% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #1DA8AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA8AE is #E25751. Grayscale: #7E7E7E. Windows color (decimal): -14833490 or 11446301. OLE color: 11446301.
HSL color Cylindrical-coordinate representation of color #1DA8AE: hue angle of 182.48º 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 #1DA8AE is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 168 | 174 | - |
| CMYK | 0.83 | 0.03 | 0 | 0.32 |
| HSL | 182.48º | 0.71% | 0.4% | - |
| HSV(B) | 182.48º | 0.83% | 0.68% | - |
| XYZ | 22.15 | 31.32 | 44.92 | - |
| YUV | 127.12 | 154.45 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 168 | 174 | 0.83 | 0.03 | 0 | 0.32 | 182.48 | 0.71 | 0.4 |
| Hex | 1D | A8 | AE | 53 | 3 | 0 | 20 | B6 | 47 | 28 |
| Octal | 35 | 250 | 256 | 123 | 3 | 0 | 40 | 266 | 107 | 50 |
| Binary | 11101 | 10101000 | 10101110 | 1010011 | 11 | 0 | 100000 | 10110110 | 1000111 | 101000 |
Color Harmonies of #1DA8AE
Complementary color
Monochromatic Colors of #1DA8AE
Black with #1DA8AE
Text Example
Text Example
White with #1DA8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA8AE; }
p { color: rgb(29,168,174); }
H1.HeaderClassName
{
color: #1DA8AE;
}
.AnyTagClassName
{
color: #1DA8AE;
}
</style>
background-color css
<style>
a { background-color: #1DA8AE; }
a { background-color: rgb(29,168,174); }
div.DivClassName
{
background-color: #1DA8AE;
}
.BgClassName
{
background-color: #1DA8AE;
}
</style>
border-color css
<style>
span { border-color: #1DA8AE; }
span { border-color: rgb(29,168,174); }
td.TdClassName
{
border-color: #1DA8AE;
}
.TagClassName
{
border-color: #1DA8AE;
}
</style>