Shades of Light Sea Green #1DAAAF
Tints of Light Sea Green #1DAAAF
RGB
CMYK
RGB Variations
Color information
#1DAAAF (or 0x1DAAAF) is known color: Light Sea Green. HEX triplet: 1D, AA and AF. RGB value is (29,170,175). Sum of RGB (Red+Green+Blue) = 29+170+175=374 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.75% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #1DAAAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAAAF is #E25550. Grayscale: #808080. Windows color (decimal): -14832977 or 11512349. OLE color: 11512349.
HSL color Cylindrical-coordinate representation of color #1DAAAF: hue angle of 182.05º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAAAF is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 170 | 175 | - |
| CMYK | 0.83 | 0.03 | 0 | 0.31 |
| HSL | 182.05º | 0.72% | 0.4% | - |
| HSV(B) | 182.05º | 0.83% | 0.69% | - |
| XYZ | 22.62 | 32.11 | 45.56 | - |
| YUV | 128.41 | 154.29 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 170 | 175 | 0.83 | 0.03 | 0 | 0.31 | 182.05 | 0.72 | 0.4 |
| Hex | 1D | AA | AF | 53 | 3 | 0 | 1F | B6 | 48 | 28 |
| Octal | 35 | 252 | 257 | 123 | 3 | 0 | 37 | 266 | 110 | 50 |
| Binary | 11101 | 10101010 | 10101111 | 1010011 | 11 | 0 | 11111 | 10110110 | 1001000 | 101000 |
Color Harmonies of #1DAAAF
Complementary color
Monochromatic Colors of #1DAAAF
Black with #1DAAAF
Text Example
Text Example
White with #1DAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAAAF; }
p { color: rgb(29,170,175); }
H1.HeaderClassName
{
color: #1DAAAF;
}
.AnyTagClassName
{
color: #1DAAAF;
}
</style>
background-color css
<style>
a { background-color: #1DAAAF; }
a { background-color: rgb(29,170,175); }
div.DivClassName
{
background-color: #1DAAAF;
}
.BgClassName
{
background-color: #1DAAAF;
}
</style>
border-color css
<style>
span { border-color: #1DAAAF; }
span { border-color: rgb(29,170,175); }
td.TdClassName
{
border-color: #1DAAAF;
}
.TagClassName
{
border-color: #1DAAAF;
}
</style>