Shades of Light Sea Green #1DAAAB
Tints of Light Sea Green #1DAAAB
RGB
CMYK
RGB Variations
Color information
#1DAAAB (or 0x1DAAAB) is known color: Light Sea Green. HEX triplet: 1D, AA and AB. RGB value is (29,170,171). Sum of RGB (Red+Green+Blue) = 29+170+171=370 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.84% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #1DAAAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAAAB is #E25554. Grayscale: #7F7F7F. Windows color (decimal): -14832981 or 11250205. OLE color: 11250205.
HSL color Cylindrical-coordinate representation of color #1DAAAB: hue angle of 180.42º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAAAB is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 170 | 171 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.33 |
| HSL | 180.42º | 0.71% | 0.39% | - |
| HSV(B) | 180.42º | 0.83% | 0.67% | - |
| XYZ | 22.23 | 31.95 | 43.52 | - |
| YUV | 127.96 | 152.29 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 170 | 171 | 0.83 | 0.01 | 0 | 0.33 | 180.42 | 0.71 | 0.39 |
| Hex | 1D | AA | AB | 53 | 1 | 0 | 21 | B4 | 47 | 27 |
| Octal | 35 | 252 | 253 | 123 | 1 | 0 | 41 | 264 | 107 | 47 |
| Binary | 11101 | 10101010 | 10101011 | 1010011 | 1 | 0 | 100001 | 10110100 | 1000111 | 100111 |
Color Harmonies of #1DAAAB
Complementary color
Monochromatic Colors of #1DAAAB
Black with #1DAAAB
Text Example
Text Example
White with #1DAAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAAAB; }
p { color: rgb(29,170,171); }
H1.HeaderClassName
{
color: #1DAAAB;
}
.AnyTagClassName
{
color: #1DAAAB;
}
</style>
background-color css
<style>
a { background-color: #1DAAAB; }
a { background-color: rgb(29,170,171); }
div.DivClassName
{
background-color: #1DAAAB;
}
.BgClassName
{
background-color: #1DAAAB;
}
</style>
border-color css
<style>
span { border-color: #1DAAAB; }
span { border-color: rgb(29,170,171); }
td.TdClassName
{
border-color: #1DAAAB;
}
.TagClassName
{
border-color: #1DAAAB;
}
</style>