Shades of Light Sea Green #1DAF9D
Tints of Light Sea Green #1DAF9D
RGB
CMYK
RGB Variations
Color information
#1DAF9D (or 0x1DAF9D) is known color: Light Sea Green. HEX triplet: 1D, AF and 9D. RGB value is (29,175,157). Sum of RGB (Red+Green+Blue) = 29+175+157=361 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.03% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAF9D is #E25062. Grayscale: #818181. Windows color (decimal): -14831715 or 10333981. OLE color: 10333981.
HSL color Cylindrical-coordinate representation of color #1DAF9D: hue angle of 172.6º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAF9D is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 175 | 157 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.31 |
| HSL | 172.6º | 0.72% | 0.4% | - |
| HSV(B) | 172.6º | 0.83% | 0.69% | - |
| XYZ | 21.92 | 33.36 | 37.18 | - |
| YUV | 129.29 | 143.63 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 157 | 0.83 | 0 | 0.10 | 0.31 | 172.6 | 0.72 | 0.4 |
| Hex | 1D | AF | 9D | 53 | 0 | A | 1F | AD | 48 | 28 |
| Octal | 35 | 257 | 235 | 123 | 0 | 12 | 37 | 255 | 110 | 50 |
| Binary | 11101 | 10101111 | 10011101 | 1010011 | 0 | 1010 | 11111 | 10101101 | 1001000 | 101000 |
Color Harmonies of #1DAF9D
Complementary color
Monochromatic Colors of #1DAF9D
Black with #1DAF9D
Text Example
Text Example
White with #1DAF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAF9D; }
p { color: rgb(29,175,157); }
H1.HeaderClassName
{
color: #1DAF9D;
}
.AnyTagClassName
{
color: #1DAF9D;
}
</style>
background-color css
<style>
a { background-color: #1DAF9D; }
a { background-color: rgb(29,175,157); }
div.DivClassName
{
background-color: #1DAF9D;
}
.BgClassName
{
background-color: #1DAF9D;
}
</style>
border-color css
<style>
span { border-color: #1DAF9D; }
span { border-color: rgb(29,175,157); }
td.TdClassName
{
border-color: #1DAF9D;
}
.TagClassName
{
border-color: #1DAF9D;
}
</style>