Shades of Light Sea Green #1DACB9
Tints of Light Sea Green #1DACB9
RGB
CMYK
RGB Variations
Color information
#1DACB9 (or 0x1DACB9) is known color: Light Sea Green. HEX triplet: 1D, AC and B9. RGB value is (29,172,185). Sum of RGB (Red+Green+Blue) = 29+172+185=386 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.51% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 185 (72.66% from 255 or 47.93% from 386); Max value from RGB is 185 - color contains mainly: blue. Hex color #1DACB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DACB9 is #E25346. Grayscale: #828282. Windows color (decimal): -14832455 or 12168221. OLE color: 12168221.
HSL color Cylindrical-coordinate representation of color #1DACB9: hue angle of 185º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DACB9 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 172 | 185 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.27 |
| HSL | 185º | 0.73% | 0.42% | - |
| HSV(B) | 185º | 0.84% | 0.73% | - |
| XYZ | 24.02 | 33.27 | 51.05 | - |
| YUV | 130.73 | 158.62 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 172 | 185 | 0.84 | 0.07 | 0 | 0.27 | 185 | 0.73 | 0.42 |
| Hex | 1D | AC | B9 | 54 | 7 | 0 | 1B | B9 | 49 | 2A |
| Octal | 35 | 254 | 271 | 124 | 7 | 0 | 33 | 271 | 111 | 52 |
| Binary | 11101 | 10101100 | 10111001 | 1010100 | 111 | 0 | 11011 | 10111001 | 1001001 | 101010 |
Color Harmonies of #1DACB9
Complementary color
Monochromatic Colors of #1DACB9
Black with #1DACB9
Text Example
Text Example
White with #1DACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DACB9; }
p { color: rgb(29,172,185); }
H1.HeaderClassName
{
color: #1DACB9;
}
.AnyTagClassName
{
color: #1DACB9;
}
</style>
background-color css
<style>
a { background-color: #1DACB9; }
a { background-color: rgb(29,172,185); }
div.DivClassName
{
background-color: #1DACB9;
}
.BgClassName
{
background-color: #1DACB9;
}
</style>
border-color css
<style>
span { border-color: #1DACB9; }
span { border-color: rgb(29,172,185); }
td.TdClassName
{
border-color: #1DACB9;
}
.TagClassName
{
border-color: #1DACB9;
}
</style>