Shades of Light Sea Green #1DBCAE
Tints of Light Sea Green #1DBCAE
RGB
CMYK
RGB Variations
Color information
#1DBCAE (or 0x1DBCAE) is known color: Light Sea Green. HEX triplet: 1D, BC and AE. RGB value is (29,188,174). Sum of RGB (Red+Green+Blue) = 29+188+174=391 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.42% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #1DBCAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBCAE is #E24351. Grayscale: #8A8A8A. Windows color (decimal): -14828370 or 11451421. OLE color: 11451421.
HSL color Cylindrical-coordinate representation of color #1DBCAE: hue angle of 174.72º 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 #1DBCAE is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 188 | 174 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.26 |
| HSL | 174.72º | 0.73% | 0.43% | - |
| HSV(B) | 174.72º | 0.85% | 0.74% | - |
| XYZ | 26.13 | 39.28 | 46.25 | - |
| YUV | 138.86 | 147.82 | 49.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 174 | 0.85 | 0 | 0.07 | 0.26 | 174.72 | 0.73 | 0.43 |
| Hex | 1D | BC | AE | 55 | 0 | 7 | 1A | AF | 49 | 2B |
| Octal | 35 | 274 | 256 | 125 | 0 | 7 | 32 | 257 | 111 | 53 |
| Binary | 11101 | 10111100 | 10101110 | 1010101 | 0 | 111 | 11010 | 10101111 | 1001001 | 101011 |
Color Harmonies of #1DBCAE
Complementary color
Monochromatic Colors of #1DBCAE
Black with #1DBCAE
Text Example
Text Example
White with #1DBCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBCAE; }
p { color: rgb(29,188,174); }
H1.HeaderClassName
{
color: #1DBCAE;
}
.AnyTagClassName
{
color: #1DBCAE;
}
</style>
background-color css
<style>
a { background-color: #1DBCAE; }
a { background-color: rgb(29,188,174); }
div.DivClassName
{
background-color: #1DBCAE;
}
.BgClassName
{
background-color: #1DBCAE;
}
</style>
border-color css
<style>
span { border-color: #1DBCAE; }
span { border-color: rgb(29,188,174); }
td.TdClassName
{
border-color: #1DBCAE;
}
.TagClassName
{
border-color: #1DBCAE;
}
</style>