Shades of Light Sea Green #1DBDAC
Tints of Light Sea Green #1DBDAC
RGB
CMYK
RGB Variations
Color information
#1DBDAC (or 0x1DBDAC) is known color: Light Sea Green. HEX triplet: 1D, BD and AC. RGB value is (29,189,172). Sum of RGB (Red+Green+Blue) = 29+189+172=390 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.44% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #1DBDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBDAC is #E24253. Grayscale: #8B8B8B. Windows color (decimal): -14828116 or 11320605. OLE color: 11320605.
HSL color Cylindrical-coordinate representation of color #1DBDAC: hue angle of 173.62º 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 #1DBDAC is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 189 | 172 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.26 |
| HSL | 173.63º | 0.73% | 0.43% | - |
| HSV(B) | 173.63º | 0.85% | 0.74% | - |
| XYZ | 26.15 | 39.63 | 45.3 | - |
| YUV | 139.22 | 146.49 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 172 | 0.85 | 0 | 0.09 | 0.26 | 173.63 | 0.73 | 0.43 |
| Hex | 1D | BD | AC | 55 | 0 | 9 | 1A | AE | 49 | 2B |
| Octal | 35 | 275 | 254 | 125 | 0 | 11 | 32 | 256 | 111 | 53 |
| Binary | 11101 | 10111101 | 10101100 | 1010101 | 0 | 1001 | 11010 | 10101110 | 1001001 | 101011 |
Color Harmonies of #1DBDAC
Complementary color
Monochromatic Colors of #1DBDAC
Black with #1DBDAC
Text Example
Text Example
White with #1DBDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBDAC; }
p { color: rgb(29,189,172); }
H1.HeaderClassName
{
color: #1DBDAC;
}
.AnyTagClassName
{
color: #1DBDAC;
}
</style>
background-color css
<style>
a { background-color: #1DBDAC; }
a { background-color: rgb(29,189,172); }
div.DivClassName
{
background-color: #1DBDAC;
}
.BgClassName
{
background-color: #1DBDAC;
}
</style>
border-color css
<style>
span { border-color: #1DBDAC; }
span { border-color: rgb(29,189,172); }
td.TdClassName
{
border-color: #1DBDAC;
}
.TagClassName
{
border-color: #1DBDAC;
}
</style>