Shades of Light Sea Green #1DAAB7
Tints of Light Sea Green #1DAAB7
RGB
CMYK
RGB Variations
Color information
#1DAAB7 (or 0x1DAAB7) is known color: Light Sea Green. HEX triplet: 1D, AA and B7. RGB value is (29,170,183). Sum of RGB (Red+Green+Blue) = 29+170+183=382 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.59% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 183 (71.88% from 255 or 47.91% from 382); Max value from RGB is 183 - color contains mainly: blue. Hex color #1DAAB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAAB7 is #E25548. Grayscale: #818181. Windows color (decimal): -14832969 or 12036637. OLE color: 12036637.
HSL color Cylindrical-coordinate representation of color #1DAAB7: hue angle of 185.06º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DAAB7 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 170 | 183 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.28 |
| HSL | 185.06º | 0.73% | 0.42% | - |
| HSV(B) | 185.06º | 0.84% | 0.72% | - |
| XYZ | 23.43 | 32.43 | 49.82 | - |
| YUV | 129.32 | 158.29 | 56.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 170 | 183 | 0.84 | 0.07 | 0 | 0.28 | 185.06 | 0.73 | 0.42 |
| Hex | 1D | AA | B7 | 54 | 7 | 0 | 1C | B9 | 49 | 2A |
| Octal | 35 | 252 | 267 | 124 | 7 | 0 | 34 | 271 | 111 | 52 |
| Binary | 11101 | 10101010 | 10110111 | 1010100 | 111 | 0 | 11100 | 10111001 | 1001001 | 101010 |
Color Harmonies of #1DAAB7
Complementary color
Monochromatic Colors of #1DAAB7
Black with #1DAAB7
Text Example
Text Example
White with #1DAAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAAB7; }
p { color: rgb(29,170,183); }
H1.HeaderClassName
{
color: #1DAAB7;
}
.AnyTagClassName
{
color: #1DAAB7;
}
</style>
background-color css
<style>
a { background-color: #1DAAB7; }
a { background-color: rgb(29,170,183); }
div.DivClassName
{
background-color: #1DAAB7;
}
.BgClassName
{
background-color: #1DAAB7;
}
</style>
border-color css
<style>
span { border-color: #1DAAB7; }
span { border-color: rgb(29,170,183); }
td.TdClassName
{
border-color: #1DAAB7;
}
.TagClassName
{
border-color: #1DAAB7;
}
</style>