Shades of Light Sea Green #1DC6A8
Tints of Light Sea Green #1DC6A8
RGB
CMYK
RGB Variations
Color information
#1DC6A8 (or 0x1DC6A8) is known color: Light Sea Green. HEX triplet: 1D, C6 and A8. RGB value is (29,198,168). Sum of RGB (Red+Green+Blue) = 29+198+168=395 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.34% from 395); Green value is 198 (77.73% from 255 or 50.13% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 198 - color contains mainly: green. Hex color #1DC6A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC6A8 is #E23957. Grayscale: #909090. Windows color (decimal): -14825816 or 11060765. OLE color: 11060765.
HSL color Cylindrical-coordinate representation of color #1DC6A8: hue angle of 169.35º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC6A8 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 198 | 168 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.22 |
| HSL | 169.35º | 0.74% | 0.45% | - |
| HSV(B) | 169.35º | 0.85% | 0.78% | - |
| XYZ | 27.77 | 43.48 | 43.97 | - |
| YUV | 144.05 | 141.51 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 198 | 168 | 0.85 | 0 | 0.15 | 0.22 | 169.35 | 0.74 | 0.45 |
| Hex | 1D | C6 | A8 | 55 | 0 | F | 16 | A9 | 4A | 2D |
| Octal | 35 | 306 | 250 | 125 | 0 | 17 | 26 | 251 | 112 | 55 |
| Binary | 11101 | 11000110 | 10101000 | 1010101 | 0 | 1111 | 10110 | 10101001 | 1001010 | 101101 |
Color Harmonies of #1DC6A8
Complementary color
Monochromatic Colors of #1DC6A8
Black with #1DC6A8
Text Example
Text Example
White with #1DC6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC6A8; }
p { color: rgb(29,198,168); }
H1.HeaderClassName
{
color: #1DC6A8;
}
.AnyTagClassName
{
color: #1DC6A8;
}
</style>
background-color css
<style>
a { background-color: #1DC6A8; }
a { background-color: rgb(29,198,168); }
div.DivClassName
{
background-color: #1DC6A8;
}
.BgClassName
{
background-color: #1DC6A8;
}
</style>
border-color css
<style>
span { border-color: #1DC6A8; }
span { border-color: rgb(29,198,168); }
td.TdClassName
{
border-color: #1DC6A8;
}
.TagClassName
{
border-color: #1DC6A8;
}
</style>