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