Shades of Light Sea Green #1DAEBA
Tints of Light Sea Green #1DAEBA
RGB
CMYK
RGB Variations
Color information
#1DAEBA (or 0x1DAEBA) is known color: Light Sea Green. HEX triplet: 1D, AE and BA. RGB value is (29,174,186). Sum of RGB (Red+Green+Blue) = 29+174+186=389 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.46% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #1DAEBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAEBA is #E25145. Grayscale: #838383. Windows color (decimal): -14831942 or 12234269. OLE color: 12234269.
HSL color Cylindrical-coordinate representation of color #1DAEBA: hue angle of 184.59º 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 #1DAEBA is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 174 | 186 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.27 |
| HSL | 184.59º | 0.73% | 0.42% | - |
| HSV(B) | 184.59º | 0.84% | 0.73% | - |
| XYZ | 24.51 | 34.08 | 51.74 | - |
| YUV | 132.01 | 158.46 | 54.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 174 | 186 | 0.84 | 0.06 | 0 | 0.27 | 184.59 | 0.73 | 0.42 |
| Hex | 1D | AE | BA | 54 | 6 | 0 | 1B | B9 | 49 | 2A |
| Octal | 35 | 256 | 272 | 124 | 6 | 0 | 33 | 271 | 111 | 52 |
| Binary | 11101 | 10101110 | 10111010 | 1010100 | 110 | 0 | 11011 | 10111001 | 1001001 | 101010 |
Color Harmonies of #1DAEBA
Complementary color
Monochromatic Colors of #1DAEBA
Black with #1DAEBA
Text Example
Text Example
White with #1DAEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAEBA; }
p { color: rgb(29,174,186); }
H1.HeaderClassName
{
color: #1DAEBA;
}
.AnyTagClassName
{
color: #1DAEBA;
}
</style>
background-color css
<style>
a { background-color: #1DAEBA; }
a { background-color: rgb(29,174,186); }
div.DivClassName
{
background-color: #1DAEBA;
}
.BgClassName
{
background-color: #1DAEBA;
}
</style>
border-color css
<style>
span { border-color: #1DAEBA; }
span { border-color: rgb(29,174,186); }
td.TdClassName
{
border-color: #1DAEBA;
}
.TagClassName
{
border-color: #1DAEBA;
}
</style>