Shades of Light Sea Green #1DABAD
Tints of Light Sea Green #1DABAD
RGB
CMYK
RGB Variations
Color information
#1DABAD (or 0x1DABAD) is known color: Light Sea Green. HEX triplet: 1D, AB and AD. RGB value is (29,171,173). Sum of RGB (Red+Green+Blue) = 29+171+173=373 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.77% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #1DABAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DABAD is #E25452. Grayscale: #808080. Windows color (decimal): -14832723 or 11381533. OLE color: 11381533.
HSL color Cylindrical-coordinate representation of color #1DABAD: hue angle of 180.83º 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 #1DABAD is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 171 | 173 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.32 |
| HSL | 180.83º | 0.71% | 0.4% | - |
| HSV(B) | 180.83º | 0.83% | 0.68% | - |
| XYZ | 22.61 | 32.4 | 44.6 | - |
| YUV | 128.77 | 152.96 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 171 | 173 | 0.83 | 0.01 | 0 | 0.32 | 180.83 | 0.71 | 0.4 |
| Hex | 1D | AB | AD | 53 | 1 | 0 | 20 | B5 | 47 | 28 |
| Octal | 35 | 253 | 255 | 123 | 1 | 0 | 40 | 265 | 107 | 50 |
| Binary | 11101 | 10101011 | 10101101 | 1010011 | 1 | 0 | 100000 | 10110101 | 1000111 | 101000 |
Color Harmonies of #1DABAD
Complementary color
Monochromatic Colors of #1DABAD
Black with #1DABAD
Text Example
Text Example
White with #1DABAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DABAD; }
p { color: rgb(29,171,173); }
H1.HeaderClassName
{
color: #1DABAD;
}
.AnyTagClassName
{
color: #1DABAD;
}
</style>
background-color css
<style>
a { background-color: #1DABAD; }
a { background-color: rgb(29,171,173); }
div.DivClassName
{
background-color: #1DABAD;
}
.BgClassName
{
background-color: #1DABAD;
}
</style>
border-color css
<style>
span { border-color: #1DABAD; }
span { border-color: rgb(29,171,173); }
td.TdClassName
{
border-color: #1DABAD;
}
.TagClassName
{
border-color: #1DABAD;
}
</style>