Shades of Light Sea Green #1DBEAD
Tints of Light Sea Green #1DBEAD
RGB
CMYK
RGB Variations
Color information
#1DBEAD (or 0x1DBEAD) is known color: Light Sea Green. HEX triplet: 1D, BE and AD. RGB value is (29,190,173). Sum of RGB (Red+Green+Blue) = 29+190+173=392 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.40% from 392); Green value is 190 (74.61% from 255 or 48.47% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 190 - color contains mainly: green. Hex color #1DBEAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBEAD is #E24152. Grayscale: #8B8B8B. Windows color (decimal): -14827859 or 11386397. OLE color: 11386397.
HSL color Cylindrical-coordinate representation of color #1DBEAD: hue angle of 173.66º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBEAD is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 190 | 173 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.25 |
| HSL | 173.66º | 0.74% | 0.43% | - |
| HSV(B) | 173.66º | 0.85% | 0.75% | - |
| XYZ | 26.46 | 40.11 | 45.88 | - |
| YUV | 139.92 | 146.66 | 48.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 190 | 173 | 0.85 | 0 | 0.09 | 0.25 | 173.66 | 0.74 | 0.43 |
| Hex | 1D | BE | AD | 55 | 0 | 9 | 19 | AE | 4A | 2B |
| Octal | 35 | 276 | 255 | 125 | 0 | 11 | 31 | 256 | 112 | 53 |
| Binary | 11101 | 10111110 | 10101101 | 1010101 | 0 | 1001 | 11001 | 10101110 | 1001010 | 101011 |
Color Harmonies of #1DBEAD
Complementary color
Monochromatic Colors of #1DBEAD
Black with #1DBEAD
Text Example
Text Example
White with #1DBEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBEAD; }
p { color: rgb(29,190,173); }
H1.HeaderClassName
{
color: #1DBEAD;
}
.AnyTagClassName
{
color: #1DBEAD;
}
</style>
background-color css
<style>
a { background-color: #1DBEAD; }
a { background-color: rgb(29,190,173); }
div.DivClassName
{
background-color: #1DBEAD;
}
.BgClassName
{
background-color: #1DBEAD;
}
</style>
border-color css
<style>
span { border-color: #1DBEAD; }
span { border-color: rgb(29,190,173); }
td.TdClassName
{
border-color: #1DBEAD;
}
.TagClassName
{
border-color: #1DBEAD;
}
</style>