Shades of Light Sea Green #1DBBBD
Tints of Light Sea Green #1DBBBD
RGB
CMYK
RGB Variations
Color information
#1DBBBD (or 0x1DBBBD) is known color: Light Sea Green. HEX triplet: 1D, BB and BD. RGB value is (29,187,189). Sum of RGB (Red+Green+Blue) = 29+187+189=405 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.16% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #1DBBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBBBD is #E24442. Grayscale: #8B8B8B. Windows color (decimal): -14828611 or 12434205. OLE color: 12434205.
HSL color Cylindrical-coordinate representation of color #1DBBBD: hue angle of 180.75º 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 #1DBBBD is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 187 | 189 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.26 |
| HSL | 180.75º | 0.73% | 0.43% | - |
| HSV(B) | 180.75º | 0.85% | 0.74% | - |
| XYZ | 27.46 | 39.48 | 54.32 | - |
| YUV | 139.99 | 155.65 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 189 | 0.85 | 0.01 | 0 | 0.26 | 180.75 | 0.73 | 0.43 |
| Hex | 1D | BB | BD | 55 | 1 | 0 | 1A | B5 | 49 | 2B |
| Octal | 35 | 273 | 275 | 125 | 1 | 0 | 32 | 265 | 111 | 53 |
| Binary | 11101 | 10111011 | 10111101 | 1010101 | 1 | 0 | 11010 | 10110101 | 1001001 | 101011 |
Color Harmonies of #1DBBBD
Complementary color
Monochromatic Colors of #1DBBBD
Black with #1DBBBD
Text Example
Text Example
White with #1DBBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBBBD; }
p { color: rgb(29,187,189); }
H1.HeaderClassName
{
color: #1DBBBD;
}
.AnyTagClassName
{
color: #1DBBBD;
}
</style>
background-color css
<style>
a { background-color: #1DBBBD; }
a { background-color: rgb(29,187,189); }
div.DivClassName
{
background-color: #1DBBBD;
}
.BgClassName
{
background-color: #1DBBBD;
}
</style>
border-color css
<style>
span { border-color: #1DBBBD; }
span { border-color: rgb(29,187,189); }
td.TdClassName
{
border-color: #1DBBBD;
}
.TagClassName
{
border-color: #1DBBBD;
}
</style>