Shades of Light Sea Green #1DACBC
Tints of Light Sea Green #1DACBC
RGB
CMYK
RGB Variations
Color information
#1DACBC (or 0x1DACBC) is known color: Light Sea Green. HEX triplet: 1D, AC and BC. RGB value is (29,172,188). Sum of RGB (Red+Green+Blue) = 29+172+188=389 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.46% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #1DACBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DACBC is #E25343. Grayscale: #828282. Windows color (decimal): -14832452 or 12364829. OLE color: 12364829.
HSL color Cylindrical-coordinate representation of color #1DACBC: hue angle of 186.04º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DACBC is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 172 | 188 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.26 |
| HSL | 186.04º | 0.73% | 0.43% | - |
| HSV(B) | 186.04º | 0.85% | 0.74% | - |
| XYZ | 24.34 | 33.4 | 52.74 | - |
| YUV | 131.07 | 160.12 | 55.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 172 | 188 | 0.85 | 0.09 | 0 | 0.26 | 186.04 | 0.73 | 0.43 |
| Hex | 1D | AC | BC | 55 | 9 | 0 | 1A | BA | 49 | 2B |
| Octal | 35 | 254 | 274 | 125 | 11 | 0 | 32 | 272 | 111 | 53 |
| Binary | 11101 | 10101100 | 10111100 | 1010101 | 1001 | 0 | 11010 | 10111010 | 1001001 | 101011 |
Color Harmonies of #1DACBC
Complementary color
Monochromatic Colors of #1DACBC
Black with #1DACBC
Text Example
Text Example
White with #1DACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DACBC; }
p { color: rgb(29,172,188); }
H1.HeaderClassName
{
color: #1DACBC;
}
.AnyTagClassName
{
color: #1DACBC;
}
</style>
background-color css
<style>
a { background-color: #1DACBC; }
a { background-color: rgb(29,172,188); }
div.DivClassName
{
background-color: #1DACBC;
}
.BgClassName
{
background-color: #1DACBC;
}
</style>
border-color css
<style>
span { border-color: #1DACBC; }
span { border-color: rgb(29,172,188); }
td.TdClassName
{
border-color: #1DACBC;
}
.TagClassName
{
border-color: #1DACBC;
}
</style>