Shades of Light Sea Green #1DC3BA
Tints of Light Sea Green #1DC3BA
RGB
CMYK
RGB Variations
Color information
#1DC3BA (or 0x1DC3BA) is known color: Light Sea Green. HEX triplet: 1D, C3 and BA. RGB value is (29,195,186). Sum of RGB (Red+Green+Blue) = 29+195+186=410 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.07% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC3BA is #E23C45. Grayscale: #909090. Windows color (decimal): -14826566 or 12239645. OLE color: 12239645.
HSL color Cylindrical-coordinate representation of color #1DC3BA: hue angle of 176.75º 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 #1DC3BA is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 195 | 186 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.24 |
| HSL | 176.75º | 0.74% | 0.44% | - |
| HSV(B) | 176.75º | 0.85% | 0.76% | - |
| XYZ | 28.88 | 42.84 | 53.2 | - |
| YUV | 144.34 | 151.5 | 45.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 195 | 186 | 0.85 | 0 | 0.05 | 0.24 | 176.75 | 0.74 | 0.44 |
| Hex | 1D | C3 | BA | 55 | 0 | 5 | 18 | B1 | 4A | 2C |
| Octal | 35 | 303 | 272 | 125 | 0 | 5 | 30 | 261 | 112 | 54 |
| Binary | 11101 | 11000011 | 10111010 | 1010101 | 0 | 101 | 11000 | 10110001 | 1001010 | 101100 |
Color Harmonies of #1DC3BA
Complementary color
Monochromatic Colors of #1DC3BA
Black with #1DC3BA
Text Example
Text Example
White with #1DC3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC3BA; }
p { color: rgb(29,195,186); }
H1.HeaderClassName
{
color: #1DC3BA;
}
.AnyTagClassName
{
color: #1DC3BA;
}
</style>
background-color css
<style>
a { background-color: #1DC3BA; }
a { background-color: rgb(29,195,186); }
div.DivClassName
{
background-color: #1DC3BA;
}
.BgClassName
{
background-color: #1DC3BA;
}
</style>
border-color css
<style>
span { border-color: #1DC3BA; }
span { border-color: rgb(29,195,186); }
td.TdClassName
{
border-color: #1DC3BA;
}
.TagClassName
{
border-color: #1DC3BA;
}
</style>