Shades of Light Sea Green #1DBCAC
Tints of Light Sea Green #1DBCAC
RGB
CMYK
RGB Variations
Color information
#1DBCAC (or 0x1DBCAC) is known color: Light Sea Green. HEX triplet: 1D, BC and AC. RGB value is (29,188,172). Sum of RGB (Red+Green+Blue) = 29+188+172=389 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.46% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #1DBCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBCAC is #E24353. Grayscale: #8A8A8A. Windows color (decimal): -14828372 or 11320349. OLE color: 11320349.
HSL color Cylindrical-coordinate representation of color #1DBCAC: hue angle of 173.96º 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 #1DBCAC is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 188 | 172 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.26 |
| HSL | 173.96º | 0.73% | 0.43% | - |
| HSV(B) | 173.96º | 0.85% | 0.74% | - |
| XYZ | 25.94 | 39.21 | 45.23 | - |
| YUV | 138.64 | 146.82 | 49.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 172 | 0.85 | 0 | 0.09 | 0.26 | 173.96 | 0.73 | 0.43 |
| Hex | 1D | BC | AC | 55 | 0 | 9 | 1A | AE | 49 | 2B |
| Octal | 35 | 274 | 254 | 125 | 0 | 11 | 32 | 256 | 111 | 53 |
| Binary | 11101 | 10111100 | 10101100 | 1010101 | 0 | 1001 | 11010 | 10101110 | 1001001 | 101011 |
Color Harmonies of #1DBCAC
Complementary color
Monochromatic Colors of #1DBCAC
Black with #1DBCAC
Text Example
Text Example
White with #1DBCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBCAC; }
p { color: rgb(29,188,172); }
H1.HeaderClassName
{
color: #1DBCAC;
}
.AnyTagClassName
{
color: #1DBCAC;
}
</style>
background-color css
<style>
a { background-color: #1DBCAC; }
a { background-color: rgb(29,188,172); }
div.DivClassName
{
background-color: #1DBCAC;
}
.BgClassName
{
background-color: #1DBCAC;
}
</style>
border-color css
<style>
span { border-color: #1DBCAC; }
span { border-color: rgb(29,188,172); }
td.TdClassName
{
border-color: #1DBCAC;
}
.TagClassName
{
border-color: #1DBCAC;
}
</style>