Shades of Light Sea Green #1DC3AF
Tints of Light Sea Green #1DC3AF
RGB
CMYK
RGB Variations
Color information
#1DC3AF (or 0x1DC3AF) is known color: Light Sea Green. HEX triplet: 1D, C3 and AF. RGB value is (29,195,175). Sum of RGB (Red+Green+Blue) = 29+195+175=399 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.27% from 399); Green value is 195 (76.56% from 255 or 48.87% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC3AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC3AF is #E23C50. Grayscale: #8F8F8F. Windows color (decimal): -14826577 or 11518749. OLE color: 11518749.
HSL color Cylindrical-coordinate representation of color #1DC3AF: hue angle of 172.77º 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 #1DC3AF is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 195 | 175 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.24 |
| HSL | 172.77º | 0.74% | 0.44% | - |
| HSV(B) | 172.77º | 0.85% | 0.76% | - |
| XYZ | 27.76 | 42.39 | 47.28 | - |
| YUV | 143.09 | 146 | 46.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 195 | 175 | 0.85 | 0 | 0.10 | 0.24 | 172.77 | 0.74 | 0.44 |
| Hex | 1D | C3 | AF | 55 | 0 | A | 18 | AD | 4A | 2C |
| Octal | 35 | 303 | 257 | 125 | 0 | 12 | 30 | 255 | 112 | 54 |
| Binary | 11101 | 11000011 | 10101111 | 1010101 | 0 | 1010 | 11000 | 10101101 | 1001010 | 101100 |
Color Harmonies of #1DC3AF
Complementary color
Monochromatic Colors of #1DC3AF
Black with #1DC3AF
Text Example
Text Example
White with #1DC3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC3AF; }
p { color: rgb(29,195,175); }
H1.HeaderClassName
{
color: #1DC3AF;
}
.AnyTagClassName
{
color: #1DC3AF;
}
</style>
background-color css
<style>
a { background-color: #1DC3AF; }
a { background-color: rgb(29,195,175); }
div.DivClassName
{
background-color: #1DC3AF;
}
.BgClassName
{
background-color: #1DC3AF;
}
</style>
border-color css
<style>
span { border-color: #1DC3AF; }
span { border-color: rgb(29,195,175); }
td.TdClassName
{
border-color: #1DC3AF;
}
.TagClassName
{
border-color: #1DC3AF;
}
</style>