Shades of Light Sea Green #1DADAD
Tints of Light Sea Green #1DADAD
RGB
CMYK
RGB Variations
Color information
#1DADAD (or 0x1DADAD) is known color: Light Sea Green. HEX triplet: 1D, AD and AD. RGB value is (29,173,173). Sum of RGB (Red+Green+Blue) = 29+173+173=375 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.73% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #1DADAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DADAD is #E25252. Grayscale: #818181. Windows color (decimal): -14832211 or 11382045. OLE color: 11382045.
HSL color Cylindrical-coordinate representation of color #1DADAD: hue angle of 180º 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 #1DADAD is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 173 | 173 | - |
| CMYK | 0.83 | 0 | 0 | 0.32 |
| HSL | 180º | 0.71% | 0.4% | - |
| HSV(B) | 180º | 0.83% | 0.68% | - |
| XYZ | 22.99 | 33.17 | 44.72 | - |
| YUV | 129.94 | 152.29 | 56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 173 | 173 | 0.83 | 0 | 0 | 0.32 | 180 | 0.71 | 0.4 |
| Hex | 1D | AD | AD | 53 | 0 | 0 | 20 | B4 | 47 | 28 |
| Octal | 35 | 255 | 255 | 123 | 0 | 0 | 40 | 264 | 107 | 50 |
| Binary | 11101 | 10101101 | 10101101 | 1010011 | 0 | 0 | 100000 | 10110100 | 1000111 | 101000 |
Color Harmonies of #1DADAD
Complementary color
Monochromatic Colors of #1DADAD
Black with #1DADAD
Text Example
Text Example
White with #1DADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DADAD; }
p { color: rgb(29,173,173); }
H1.HeaderClassName
{
color: #1DADAD;
}
.AnyTagClassName
{
color: #1DADAD;
}
</style>
background-color css
<style>
a { background-color: #1DADAD; }
a { background-color: rgb(29,173,173); }
div.DivClassName
{
background-color: #1DADAD;
}
.BgClassName
{
background-color: #1DADAD;
}
</style>
border-color css
<style>
span { border-color: #1DADAD; }
span { border-color: rgb(29,173,173); }
td.TdClassName
{
border-color: #1DADAD;
}
.TagClassName
{
border-color: #1DADAD;
}
</style>