Shades of Light Sea Green #1DBAA7
Tints of Light Sea Green #1DBAA7
RGB
CMYK
RGB Variations
Color information
#1DBAA7 (or 0x1DBAA7) is known color: Light Sea Green. HEX triplet: 1D, BA and A7. RGB value is (29,186,167). Sum of RGB (Red+Green+Blue) = 29+186+167=382 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.59% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 167 (65.62% from 255 or 43.72% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBAA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBAA7 is #E24558. Grayscale: #888888. Windows color (decimal): -14828889 or 10992157. OLE color: 10992157.
HSL color Cylindrical-coordinate representation of color #1DBAA7: hue angle of 172.74º 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 #1DBAA7 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 186 | 167 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.27 |
| HSL | 172.74º | 0.73% | 0.42% | - |
| HSV(B) | 172.74º | 0.84% | 0.73% | - |
| XYZ | 25.04 | 38.17 | 42.61 | - |
| YUV | 136.89 | 144.99 | 51.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 167 | 0.84 | 0 | 0.10 | 0.27 | 172.74 | 0.73 | 0.42 |
| Hex | 1D | BA | A7 | 54 | 0 | A | 1B | AD | 49 | 2A |
| Octal | 35 | 272 | 247 | 124 | 0 | 12 | 33 | 255 | 111 | 52 |
| Binary | 11101 | 10111010 | 10100111 | 1010100 | 0 | 1010 | 11011 | 10101101 | 1001001 | 101010 |
Color Harmonies of #1DBAA7
Complementary color
Monochromatic Colors of #1DBAA7
Black with #1DBAA7
Text Example
Text Example
White with #1DBAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBAA7; }
p { color: rgb(29,186,167); }
H1.HeaderClassName
{
color: #1DBAA7;
}
.AnyTagClassName
{
color: #1DBAA7;
}
</style>
background-color css
<style>
a { background-color: #1DBAA7; }
a { background-color: rgb(29,186,167); }
div.DivClassName
{
background-color: #1DBAA7;
}
.BgClassName
{
background-color: #1DBAA7;
}
</style>
border-color css
<style>
span { border-color: #1DBAA7; }
span { border-color: rgb(29,186,167); }
td.TdClassName
{
border-color: #1DBAA7;
}
.TagClassName
{
border-color: #1DBAA7;
}
</style>