Shades of Light Sea Green #1DACA5
Tints of Light Sea Green #1DACA5
RGB
CMYK
RGB Variations
Color information
#1DACA5 (or 0x1DACA5) is known color: Light Sea Green. HEX triplet: 1D, AC and A5. RGB value is (29,172,165). Sum of RGB (Red+Green+Blue) = 29+172+165=366 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.92% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 165 (64.84% from 255 or 45.08% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #1DACA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DACA5 is #E2535A. Grayscale: #808080. Windows color (decimal): -14832475 or 10857501. OLE color: 10857501.
HSL color Cylindrical-coordinate representation of color #1DACA5: hue angle of 177.06º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DACA5 is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 172 | 165 | - |
| CMYK | 0.83 | 0 | 0.04 | 0.33 |
| HSL | 177.06º | 0.71% | 0.39% | - |
| HSV(B) | 177.06º | 0.83% | 0.67% | - |
| XYZ | 22.05 | 32.48 | 40.7 | - |
| YUV | 128.45 | 148.62 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 172 | 165 | 0.83 | 0 | 0.04 | 0.33 | 177.06 | 0.71 | 0.39 |
| Hex | 1D | AC | A5 | 53 | 0 | 4 | 21 | B1 | 47 | 27 |
| Octal | 35 | 254 | 245 | 123 | 0 | 4 | 41 | 261 | 107 | 47 |
| Binary | 11101 | 10101100 | 10100101 | 1010011 | 0 | 100 | 100001 | 10110001 | 1000111 | 100111 |
Color Harmonies of #1DACA5
Complementary color
Monochromatic Colors of #1DACA5
Black with #1DACA5
Text Example
Text Example
White with #1DACA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DACA5; }
p { color: rgb(29,172,165); }
H1.HeaderClassName
{
color: #1DACA5;
}
.AnyTagClassName
{
color: #1DACA5;
}
</style>
background-color css
<style>
a { background-color: #1DACA5; }
a { background-color: rgb(29,172,165); }
div.DivClassName
{
background-color: #1DACA5;
}
.BgClassName
{
background-color: #1DACA5;
}
</style>
border-color css
<style>
span { border-color: #1DACA5; }
span { border-color: rgb(29,172,165); }
td.TdClassName
{
border-color: #1DACA5;
}
.TagClassName
{
border-color: #1DACA5;
}
</style>