Shades of Light Sea Green #1DAC9B
Tints of Light Sea Green #1DAC9B
RGB
CMYK
RGB Variations
Color information
#1DAC9B (or 0x1DAC9B) is known color: Light Sea Green. HEX triplet: 1D, AC and 9B. RGB value is (29,172,155). Sum of RGB (Red+Green+Blue) = 29+172+155=356 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.15% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #1DAC9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAC9B is #E25364. Grayscale: #7F7F7F. Windows color (decimal): -14832485 or 10202141. OLE color: 10202141.
HSL color Cylindrical-coordinate representation of color #1DAC9B: hue angle of 172.87º 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 #1DAC9B is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 172 | 155 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.33 |
| HSL | 172.87º | 0.71% | 0.39% | - |
| HSV(B) | 172.87º | 0.83% | 0.67% | - |
| XYZ | 21.18 | 32.13 | 36.1 | - |
| YUV | 127.31 | 143.62 | 57.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 172 | 155 | 0.83 | 0 | 0.10 | 0.33 | 172.87 | 0.71 | 0.39 |
| Hex | 1D | AC | 9B | 53 | 0 | A | 21 | AD | 47 | 27 |
| Octal | 35 | 254 | 233 | 123 | 0 | 12 | 41 | 255 | 107 | 47 |
| Binary | 11101 | 10101100 | 10011011 | 1010011 | 0 | 1010 | 100001 | 10101101 | 1000111 | 100111 |
Color Harmonies of #1DAC9B
Complementary color
Monochromatic Colors of #1DAC9B
Black with #1DAC9B
Text Example
Text Example
White with #1DAC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAC9B; }
p { color: rgb(29,172,155); }
H1.HeaderClassName
{
color: #1DAC9B;
}
.AnyTagClassName
{
color: #1DAC9B;
}
</style>
background-color css
<style>
a { background-color: #1DAC9B; }
a { background-color: rgb(29,172,155); }
div.DivClassName
{
background-color: #1DAC9B;
}
.BgClassName
{
background-color: #1DAC9B;
}
</style>
border-color css
<style>
span { border-color: #1DAC9B; }
span { border-color: rgb(29,172,155); }
td.TdClassName
{
border-color: #1DAC9B;
}
.TagClassName
{
border-color: #1DAC9B;
}
</style>