Shades of Light Sea Green #1DBDAE
Tints of Light Sea Green #1DBDAE
RGB
CMYK
RGB Variations
Color information
#1DBDAE (or 0x1DBDAE) is known color: Light Sea Green. HEX triplet: 1D, BD and AE. RGB value is (29,189,174). Sum of RGB (Red+Green+Blue) = 29+189+174=392 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.40% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 189 - color contains mainly: green. Hex color #1DBDAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBDAE is #E24251. Grayscale: #8B8B8B. Windows color (decimal): -14828114 or 11451677. OLE color: 11451677.
HSL color Cylindrical-coordinate representation of color #1DBDAE: hue angle of 174.38º 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 #1DBDAE is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 189 | 174 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.26 |
| HSL | 174.38º | 0.73% | 0.43% | - |
| HSV(B) | 174.38º | 0.85% | 0.74% | - |
| XYZ | 26.34 | 39.71 | 46.32 | - |
| YUV | 139.45 | 147.49 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 174 | 0.85 | 0 | 0.08 | 0.26 | 174.38 | 0.73 | 0.43 |
| Hex | 1D | BD | AE | 55 | 0 | 8 | 1A | AE | 49 | 2B |
| Octal | 35 | 275 | 256 | 125 | 0 | 10 | 32 | 256 | 111 | 53 |
| Binary | 11101 | 10111101 | 10101110 | 1010101 | 0 | 1000 | 11010 | 10101110 | 1001001 | 101011 |
Color Harmonies of #1DBDAE
Complementary color
Monochromatic Colors of #1DBDAE
Black with #1DBDAE
Text Example
Text Example
White with #1DBDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBDAE; }
p { color: rgb(29,189,174); }
H1.HeaderClassName
{
color: #1DBDAE;
}
.AnyTagClassName
{
color: #1DBDAE;
}
</style>
background-color css
<style>
a { background-color: #1DBDAE; }
a { background-color: rgb(29,189,174); }
div.DivClassName
{
background-color: #1DBDAE;
}
.BgClassName
{
background-color: #1DBDAE;
}
</style>
border-color css
<style>
span { border-color: #1DBDAE; }
span { border-color: rgb(29,189,174); }
td.TdClassName
{
border-color: #1DBDAE;
}
.TagClassName
{
border-color: #1DBDAE;
}
</style>