Shades of Light Sea Green #1DADBB
Tints of Light Sea Green #1DADBB
RGB
CMYK
RGB Variations
Color information
#1DADBB (or 0x1DADBB) is known color: Light Sea Green. HEX triplet: 1D, AD and BB. RGB value is (29,173,187). Sum of RGB (Red+Green+Blue) = 29+173+187=389 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.46% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #1DADBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DADBB is #E25244. Grayscale: #838383. Windows color (decimal): -14832197 or 12299549. OLE color: 12299549.
HSL color Cylindrical-coordinate representation of color #1DADBB: hue angle of 185.32º 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 #1DADBB is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 173 | 187 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.27 |
| HSL | 185.32º | 0.73% | 0.42% | - |
| HSV(B) | 185.32º | 0.84% | 0.73% | - |
| XYZ | 24.42 | 33.74 | 52.24 | - |
| YUV | 131.54 | 159.29 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 173 | 187 | 0.84 | 0.07 | 0 | 0.27 | 185.32 | 0.73 | 0.42 |
| Hex | 1D | AD | BB | 54 | 7 | 0 | 1B | B9 | 49 | 2A |
| Octal | 35 | 255 | 273 | 124 | 7 | 0 | 33 | 271 | 111 | 52 |
| Binary | 11101 | 10101101 | 10111011 | 1010100 | 111 | 0 | 11011 | 10111001 | 1001001 | 101010 |
Color Harmonies of #1DADBB
Complementary color
Monochromatic Colors of #1DADBB
Black with #1DADBB
Text Example
Text Example
White with #1DADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DADBB; }
p { color: rgb(29,173,187); }
H1.HeaderClassName
{
color: #1DADBB;
}
.AnyTagClassName
{
color: #1DADBB;
}
</style>
background-color css
<style>
a { background-color: #1DADBB; }
a { background-color: rgb(29,173,187); }
div.DivClassName
{
background-color: #1DADBB;
}
.BgClassName
{
background-color: #1DADBB;
}
</style>
border-color css
<style>
span { border-color: #1DADBB; }
span { border-color: rgb(29,173,187); }
td.TdClassName
{
border-color: #1DADBB;
}
.TagClassName
{
border-color: #1DADBB;
}
</style>