Shades of Light Sea Green #1DC8AC
Tints of Light Sea Green #1DC8AC
RGB
CMYK
RGB Variations
Color information
#1DC8AC (or 0x1DC8AC) is known color: Light Sea Green. HEX triplet: 1D, C8 and AC. RGB value is (29,200,172). Sum of RGB (Red+Green+Blue) = 29+200+172=401 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.23% from 401); Green value is 200 (78.52% from 255 or 49.88% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 200 - color contains mainly: green. Hex color #1DC8AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC8AC is #E23753. Grayscale: #919191. Windows color (decimal): -14825300 or 11323421. OLE color: 11323421.
HSL color Cylindrical-coordinate representation of color #1DC8AC: hue angle of 170.18º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DC8AC is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 200 | 172 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.22 |
| HSL | 170.18º | 0.75% | 0.45% | - |
| HSV(B) | 170.18º | 0.86% | 0.78% | - |
| XYZ | 28.61 | 44.55 | 46.12 | - |
| YUV | 145.68 | 142.85 | 44.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 200 | 172 | 0.86 | 0 | 0.14 | 0.22 | 170.18 | 0.75 | 0.45 |
| Hex | 1D | C8 | AC | 56 | 0 | E | 16 | AA | 4B | 2D |
| Octal | 35 | 310 | 254 | 126 | 0 | 16 | 26 | 252 | 113 | 55 |
| Binary | 11101 | 11001000 | 10101100 | 1010110 | 0 | 1110 | 10110 | 10101010 | 1001011 | 101101 |
Color Harmonies of #1DC8AC
Complementary color
Monochromatic Colors of #1DC8AC
Black with #1DC8AC
Text Example
Text Example
White with #1DC8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC8AC; }
p { color: rgb(29,200,172); }
H1.HeaderClassName
{
color: #1DC8AC;
}
.AnyTagClassName
{
color: #1DC8AC;
}
</style>
background-color css
<style>
a { background-color: #1DC8AC; }
a { background-color: rgb(29,200,172); }
div.DivClassName
{
background-color: #1DC8AC;
}
.BgClassName
{
background-color: #1DC8AC;
}
</style>
border-color css
<style>
span { border-color: #1DC8AC; }
span { border-color: rgb(29,200,172); }
td.TdClassName
{
border-color: #1DC8AC;
}
.TagClassName
{
border-color: #1DC8AC;
}
</style>