Shades of Light Sea Green #1DB1B6
Tints of Light Sea Green #1DB1B6
RGB
CMYK
RGB Variations
Color information
#1DB1B6 (or 0x1DB1B6) is known color: Light Sea Green. HEX triplet: 1D, B1 and B6. RGB value is (29,177,182). Sum of RGB (Red+Green+Blue) = 29+177+182=388 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.47% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 182 (71.48% from 255 or 46.91% from 388); Max value from RGB is 182 - color contains mainly: blue. Hex color #1DB1B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DB1B6 is #E24E49. Grayscale: #858585. Windows color (decimal): -14831178 or 11972893. OLE color: 11972893.
HSL color Cylindrical-coordinate representation of color #1DB1B6: hue angle of 181.96º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB1B6 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 177 | 182 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.29 |
| HSL | 181.96º | 0.73% | 0.41% | - |
| HSV(B) | 181.96º | 0.84% | 0.71% | - |
| XYZ | 24.67 | 35.08 | 49.73 | - |
| YUV | 133.32 | 155.47 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 177 | 182 | 0.84 | 0.03 | 0 | 0.29 | 181.96 | 0.73 | 0.41 |
| Hex | 1D | B1 | B6 | 54 | 3 | 0 | 1D | B6 | 49 | 29 |
| Octal | 35 | 261 | 266 | 124 | 3 | 0 | 35 | 266 | 111 | 51 |
| Binary | 11101 | 10110001 | 10110110 | 1010100 | 11 | 0 | 11101 | 10110110 | 1001001 | 101001 |
Color Harmonies of #1DB1B6
Complementary color
Monochromatic Colors of #1DB1B6
Black with #1DB1B6
Text Example
Text Example
White with #1DB1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB1B6; }
p { color: rgb(29,177,182); }
H1.HeaderClassName
{
color: #1DB1B6;
}
.AnyTagClassName
{
color: #1DB1B6;
}
</style>
background-color css
<style>
a { background-color: #1DB1B6; }
a { background-color: rgb(29,177,182); }
div.DivClassName
{
background-color: #1DB1B6;
}
.BgClassName
{
background-color: #1DB1B6;
}
</style>
border-color css
<style>
span { border-color: #1DB1B6; }
span { border-color: rgb(29,177,182); }
td.TdClassName
{
border-color: #1DB1B6;
}
.TagClassName
{
border-color: #1DB1B6;
}
</style>