Shades of Light Sea Green #1DAF9E
Tints of Light Sea Green #1DAF9E
RGB
CMYK
RGB Variations
Color information
#1DAF9E (or 0x1DAF9E) is known color: Light Sea Green. HEX triplet: 1D, AF and 9E. RGB value is (29,175,158). Sum of RGB (Red+Green+Blue) = 29+175+158=362 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.01% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAF9E is #E25061. Grayscale: #818181. Windows color (decimal): -14831714 or 10399517. OLE color: 10399517.
HSL color Cylindrical-coordinate representation of color #1DAF9E: hue angle of 173.01º 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 #1DAF9E is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 175 | 158 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.31 |
| HSL | 173.01º | 0.72% | 0.4% | - |
| HSV(B) | 173.01º | 0.83% | 0.69% | - |
| XYZ | 22.01 | 33.39 | 37.63 | - |
| YUV | 129.41 | 144.13 | 56.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 158 | 0.83 | 0 | 0.10 | 0.31 | 173.01 | 0.72 | 0.4 |
| Hex | 1D | AF | 9E | 53 | 0 | A | 1F | AD | 48 | 28 |
| Octal | 35 | 257 | 236 | 123 | 0 | 12 | 37 | 255 | 110 | 50 |
| Binary | 11101 | 10101111 | 10011110 | 1010011 | 0 | 1010 | 11111 | 10101101 | 1001000 | 101000 |
Color Harmonies of #1DAF9E
Complementary color
Monochromatic Colors of #1DAF9E
Black with #1DAF9E
Text Example
Text Example
White with #1DAF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAF9E; }
p { color: rgb(29,175,158); }
H1.HeaderClassName
{
color: #1DAF9E;
}
.AnyTagClassName
{
color: #1DAF9E;
}
</style>
background-color css
<style>
a { background-color: #1DAF9E; }
a { background-color: rgb(29,175,158); }
div.DivClassName
{
background-color: #1DAF9E;
}
.BgClassName
{
background-color: #1DAF9E;
}
</style>
border-color css
<style>
span { border-color: #1DAF9E; }
span { border-color: rgb(29,175,158); }
td.TdClassName
{
border-color: #1DAF9E;
}
.TagClassName
{
border-color: #1DAF9E;
}
</style>