Shades of Light Sea Green #1DCABC
Tints of Light Sea Green #1DCABC
RGB
CMYK
RGB Variations
Color information
#1DCABC (or 0x1DCABC) is known color: Light Sea Green. HEX triplet: 1D, CA and BC. RGB value is (29,202,188). Sum of RGB (Red+Green+Blue) = 29+202+188=419 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.92% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #1DCABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCABC is #E23543. Grayscale: #949494. Windows color (decimal): -14824772 or 12372509. OLE color: 12372509.
HSL color Cylindrical-coordinate representation of color #1DCABC: hue angle of 175.14º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCABC is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 202 | 188 | - |
| CMYK | 0.86 | 0 | 0.07 | 0.21 |
| HSL | 175.14º | 0.75% | 0.45% | - |
| HSV(B) | 175.14º | 0.86% | 0.79% | - |
| XYZ | 30.7 | 46.13 | 54.86 | - |
| YUV | 148.68 | 150.19 | 42.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 202 | 188 | 0.86 | 0 | 0.07 | 0.21 | 175.14 | 0.75 | 0.45 |
| Hex | 1D | CA | BC | 56 | 0 | 7 | 15 | AF | 4B | 2D |
| Octal | 35 | 312 | 274 | 126 | 0 | 7 | 25 | 257 | 113 | 55 |
| Binary | 11101 | 11001010 | 10111100 | 1010110 | 0 | 111 | 10101 | 10101111 | 1001011 | 101101 |
Color Harmonies of #1DCABC
Complementary color
Monochromatic Colors of #1DCABC
Black with #1DCABC
Text Example
Text Example
White with #1DCABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCABC; }
p { color: rgb(29,202,188); }
H1.HeaderClassName
{
color: #1DCABC;
}
.AnyTagClassName
{
color: #1DCABC;
}
</style>
background-color css
<style>
a { background-color: #1DCABC; }
a { background-color: rgb(29,202,188); }
div.DivClassName
{
background-color: #1DCABC;
}
.BgClassName
{
background-color: #1DCABC;
}
</style>
border-color css
<style>
span { border-color: #1DCABC; }
span { border-color: rgb(29,202,188); }
td.TdClassName
{
border-color: #1DCABC;
}
.TagClassName
{
border-color: #1DCABC;
}
</style>