Shades of Light Sea Green #1DC3BC
Tints of Light Sea Green #1DC3BC
RGB
CMYK
RGB Variations
Color information
#1DC3BC (or 0x1DC3BC) is known color: Light Sea Green. HEX triplet: 1D, C3 and BC. RGB value is (29,195,188). Sum of RGB (Red+Green+Blue) = 29+195+188=412 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.04% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC3BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC3BC is #E23C43. Grayscale: #909090. Windows color (decimal): -14826564 or 12370717. OLE color: 12370717.
HSL color Cylindrical-coordinate representation of color #1DC3BC: hue angle of 177.47º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC3BC is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 195 | 188 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.24 |
| HSL | 177.47º | 0.74% | 0.44% | - |
| HSV(B) | 177.47º | 0.85% | 0.76% | - |
| XYZ | 29.1 | 42.92 | 54.33 | - |
| YUV | 144.57 | 152.5 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 195 | 188 | 0.85 | 0 | 0.04 | 0.24 | 177.47 | 0.74 | 0.44 |
| Hex | 1D | C3 | BC | 55 | 0 | 4 | 18 | B1 | 4A | 2C |
| Octal | 35 | 303 | 274 | 125 | 0 | 4 | 30 | 261 | 112 | 54 |
| Binary | 11101 | 11000011 | 10111100 | 1010101 | 0 | 100 | 11000 | 10110001 | 1001010 | 101100 |
Color Harmonies of #1DC3BC
Complementary color
Monochromatic Colors of #1DC3BC
Black with #1DC3BC
Text Example
Text Example
White with #1DC3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC3BC; }
p { color: rgb(29,195,188); }
H1.HeaderClassName
{
color: #1DC3BC;
}
.AnyTagClassName
{
color: #1DC3BC;
}
</style>
background-color css
<style>
a { background-color: #1DC3BC; }
a { background-color: rgb(29,195,188); }
div.DivClassName
{
background-color: #1DC3BC;
}
.BgClassName
{
background-color: #1DC3BC;
}
</style>
border-color css
<style>
span { border-color: #1DC3BC; }
span { border-color: rgb(29,195,188); }
td.TdClassName
{
border-color: #1DC3BC;
}
.TagClassName
{
border-color: #1DC3BC;
}
</style>