Shades of Light Sea Green #1DAF9A
Tints of Light Sea Green #1DAF9A
RGB
CMYK
RGB Variations
Color information
#1DAF9A (or 0x1DAF9A) is known color: Light Sea Green. HEX triplet: 1D, AF and 9A. RGB value is (29,175,154). Sum of RGB (Red+Green+Blue) = 29+175+154=358 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.10% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAF9A is #E25065. Grayscale: #808080. Windows color (decimal): -14831718 or 10137373. OLE color: 10137373.
HSL color Cylindrical-coordinate representation of color #1DAF9A: hue angle of 171.37º 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 #1DAF9A is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 175 | 154 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.31 |
| HSL | 171.37º | 0.72% | 0.4% | - |
| HSV(B) | 171.37º | 0.83% | 0.69% | - |
| XYZ | 21.67 | 33.25 | 35.85 | - |
| YUV | 128.95 | 142.13 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 154 | 0.83 | 0 | 0.12 | 0.31 | 171.37 | 0.72 | 0.4 |
| Hex | 1D | AF | 9A | 53 | 0 | C | 1F | AB | 48 | 28 |
| Octal | 35 | 257 | 232 | 123 | 0 | 14 | 37 | 253 | 110 | 50 |
| Binary | 11101 | 10101111 | 10011010 | 1010011 | 0 | 1100 | 11111 | 10101011 | 1001000 | 101000 |
Color Harmonies of #1DAF9A
Complementary color
Monochromatic Colors of #1DAF9A
Black with #1DAF9A
Text Example
Text Example
White with #1DAF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAF9A; }
p { color: rgb(29,175,154); }
H1.HeaderClassName
{
color: #1DAF9A;
}
.AnyTagClassName
{
color: #1DAF9A;
}
</style>
background-color css
<style>
a { background-color: #1DAF9A; }
a { background-color: rgb(29,175,154); }
div.DivClassName
{
background-color: #1DAF9A;
}
.BgClassName
{
background-color: #1DAF9A;
}
</style>
border-color css
<style>
span { border-color: #1DAF9A; }
span { border-color: rgb(29,175,154); }
td.TdClassName
{
border-color: #1DAF9A;
}
.TagClassName
{
border-color: #1DAF9A;
}
</style>