Shades of Light Sea Green #1DBDBD
Tints of Light Sea Green #1DBDBD
RGB
CMYK
RGB Variations
Color information
#1DBDBD (or 0x1DBDBD) is known color: Light Sea Green. HEX triplet: 1D, BD and BD. RGB value is (29,189,189). Sum of RGB (Red+Green+Blue) = 29+189+189=407 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.13% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #1DBDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBDBD is #E24242. Grayscale: #8D8D8D. Windows color (decimal): -14828099 or 12434717. OLE color: 12434717.
HSL color Cylindrical-coordinate representation of color #1DBDBD: hue angle of 180º 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 #1DBDBD is Cyan = 0.85, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 189 | 189 | - |
| CMYK | 0.85 | 0 | 0 | 0.26 |
| HSL | 180º | 0.73% | 0.43% | - |
| HSV(B) | 180º | 0.85% | 0.74% | - |
| XYZ | 27.89 | 40.33 | 54.46 | - |
| YUV | 141.16 | 154.99 | 48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 189 | 0.85 | 0 | 0 | 0.26 | 180 | 0.73 | 0.43 |
| Hex | 1D | BD | BD | 55 | 0 | 0 | 1A | B4 | 49 | 2B |
| Octal | 35 | 275 | 275 | 125 | 0 | 0 | 32 | 264 | 111 | 53 |
| Binary | 11101 | 10111101 | 10111101 | 1010101 | 0 | 0 | 11010 | 10110100 | 1001001 | 101011 |
Color Harmonies of #1DBDBD
Complementary color
Monochromatic Colors of #1DBDBD
Black with #1DBDBD
Text Example
Text Example
White with #1DBDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBDBD; }
p { color: rgb(29,189,189); }
H1.HeaderClassName
{
color: #1DBDBD;
}
.AnyTagClassName
{
color: #1DBDBD;
}
</style>
background-color css
<style>
a { background-color: #1DBDBD; }
a { background-color: rgb(29,189,189); }
div.DivClassName
{
background-color: #1DBDBD;
}
.BgClassName
{
background-color: #1DBDBD;
}
</style>
border-color css
<style>
span { border-color: #1DBDBD; }
span { border-color: rgb(29,189,189); }
td.TdClassName
{
border-color: #1DBDBD;
}
.TagClassName
{
border-color: #1DBDBD;
}
</style>