Shades of Light Sea Green #1DAEAB
Tints of Light Sea Green #1DAEAB
RGB
CMYK
RGB Variations
Color information
#1DAEAB (or 0x1DAEAB) is known color: Light Sea Green. HEX triplet: 1D, AE and AB. RGB value is (29,174,171). Sum of RGB (Red+Green+Blue) = 29+174+171=374 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.75% from 374); Green value is 174 (68.36% from 255 or 46.52% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAEAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAEAB is #E25154. Grayscale: #828282. Windows color (decimal): -14831957 or 11251229. OLE color: 11251229.
HSL color Cylindrical-coordinate representation of color #1DAEAB: hue angle of 178.76º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAEAB is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 174 | 171 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.32 |
| HSL | 178.76º | 0.71% | 0.4% | - |
| HSV(B) | 178.76º | 0.83% | 0.68% | - |
| XYZ | 22.99 | 33.47 | 43.78 | - |
| YUV | 130.3 | 150.96 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 174 | 171 | 0.83 | 0 | 0.02 | 0.32 | 178.76 | 0.71 | 0.4 |
| Hex | 1D | AE | AB | 53 | 0 | 2 | 20 | B3 | 47 | 28 |
| Octal | 35 | 256 | 253 | 123 | 0 | 2 | 40 | 263 | 107 | 50 |
| Binary | 11101 | 10101110 | 10101011 | 1010011 | 0 | 10 | 100000 | 10110011 | 1000111 | 101000 |
Color Harmonies of #1DAEAB
Complementary color
Monochromatic Colors of #1DAEAB
Black with #1DAEAB
Text Example
Text Example
White with #1DAEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAEAB; }
p { color: rgb(29,174,171); }
H1.HeaderClassName
{
color: #1DAEAB;
}
.AnyTagClassName
{
color: #1DAEAB;
}
</style>
background-color css
<style>
a { background-color: #1DAEAB; }
a { background-color: rgb(29,174,171); }
div.DivClassName
{
background-color: #1DAEAB;
}
.BgClassName
{
background-color: #1DAEAB;
}
</style>
border-color css
<style>
span { border-color: #1DAEAB; }
span { border-color: rgb(29,174,171); }
td.TdClassName
{
border-color: #1DAEAB;
}
.TagClassName
{
border-color: #1DAEAB;
}
</style>