Shades of Light Sea Green #1DBDAB
Tints of Light Sea Green #1DBDAB
RGB
CMYK
RGB Variations
Color information
#1DBDAB (or 0x1DBDAB) is known color: Light Sea Green. HEX triplet: 1D, BD and AB. RGB value is (29,189,171). Sum of RGB (Red+Green+Blue) = 29+189+171=389 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.46% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #1DBDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBDAB is #E24254. Grayscale: #8B8B8B. Windows color (decimal): -14828117 or 11255069. OLE color: 11255069.
HSL color Cylindrical-coordinate representation of color #1DBDAB: hue angle of 173.25º 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 #1DBDAB is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 189 | 171 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.26 |
| HSL | 173.25º | 0.73% | 0.43% | - |
| HSV(B) | 173.25º | 0.85% | 0.74% | - |
| XYZ | 26.05 | 39.6 | 44.8 | - |
| YUV | 139.11 | 145.99 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 171 | 0.85 | 0 | 0.10 | 0.26 | 173.25 | 0.73 | 0.43 |
| Hex | 1D | BD | AB | 55 | 0 | A | 1A | AD | 49 | 2B |
| Octal | 35 | 275 | 253 | 125 | 0 | 12 | 32 | 255 | 111 | 53 |
| Binary | 11101 | 10111101 | 10101011 | 1010101 | 0 | 1010 | 11010 | 10101101 | 1001001 | 101011 |
Color Harmonies of #1DBDAB
Complementary color
Monochromatic Colors of #1DBDAB
Black with #1DBDAB
Text Example
Text Example
White with #1DBDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBDAB; }
p { color: rgb(29,189,171); }
H1.HeaderClassName
{
color: #1DBDAB;
}
.AnyTagClassName
{
color: #1DBDAB;
}
</style>
background-color css
<style>
a { background-color: #1DBDAB; }
a { background-color: rgb(29,189,171); }
div.DivClassName
{
background-color: #1DBDAB;
}
.BgClassName
{
background-color: #1DBDAB;
}
</style>
border-color css
<style>
span { border-color: #1DBDAB; }
span { border-color: rgb(29,189,171); }
td.TdClassName
{
border-color: #1DBDAB;
}
.TagClassName
{
border-color: #1DBDAB;
}
</style>