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