Shades of Light Sea Green #1DBAAA
Tints of Light Sea Green #1DBAAA
RGB
CMYK
RGB Variations
Color information
#1DBAAA (or 0x1DBAAA) is known color: Light Sea Green. HEX triplet: 1D, BA and AA. RGB value is (29,186,170). Sum of RGB (Red+Green+Blue) = 29+186+170=385 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.53% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBAAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBAAA is #E24555. Grayscale: #898989. Windows color (decimal): -14828886 or 11188765. OLE color: 11188765.
HSL color Cylindrical-coordinate representation of color #1DBAAA: hue angle of 173.89º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DBAAA is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 186 | 170 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.27 |
| HSL | 173.89º | 0.73% | 0.42% | - |
| HSV(B) | 173.89º | 0.84% | 0.73% | - |
| XYZ | 25.32 | 38.28 | 44.08 | - |
| YUV | 137.23 | 146.49 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 170 | 0.84 | 0 | 0.09 | 0.27 | 173.89 | 0.73 | 0.42 |
| Hex | 1D | BA | AA | 54 | 0 | 9 | 1B | AE | 49 | 2A |
| Octal | 35 | 272 | 252 | 124 | 0 | 11 | 33 | 256 | 111 | 52 |
| Binary | 11101 | 10111010 | 10101010 | 1010100 | 0 | 1001 | 11011 | 10101110 | 1001001 | 101010 |
Color Harmonies of #1DBAAA
Complementary color
Monochromatic Colors of #1DBAAA
Black with #1DBAAA
Text Example
Text Example
White with #1DBAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBAAA; }
p { color: rgb(29,186,170); }
H1.HeaderClassName
{
color: #1DBAAA;
}
.AnyTagClassName
{
color: #1DBAAA;
}
</style>
background-color css
<style>
a { background-color: #1DBAAA; }
a { background-color: rgb(29,186,170); }
div.DivClassName
{
background-color: #1DBAAA;
}
.BgClassName
{
background-color: #1DBAAA;
}
</style>
border-color css
<style>
span { border-color: #1DBAAA; }
span { border-color: rgb(29,186,170); }
td.TdClassName
{
border-color: #1DBAAA;
}
.TagClassName
{
border-color: #1DBAAA;
}
</style>