Shades of Light Sea Green #1DB1BC
Tints of Light Sea Green #1DB1BC
RGB
CMYK
RGB Variations
Color information
#1DB1BC (or 0x1DB1BC) is known color: Light Sea Green. HEX triplet: 1D, B1 and BC. RGB value is (29,177,188). Sum of RGB (Red+Green+Blue) = 29+177+188=394 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.36% from 394); Green value is 177 (69.53% from 255 or 44.92% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #1DB1BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DB1BC is #E24E43. Grayscale: #858585. Windows color (decimal): -14831172 or 12366109. OLE color: 12366109.
HSL color Cylindrical-coordinate representation of color #1DB1BC: hue angle of 184.15º 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 #1DB1BC is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 177 | 188 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.26 |
| HSL | 184.15º | 0.73% | 0.43% | - |
| HSV(B) | 184.15º | 0.85% | 0.74% | - |
| XYZ | 25.31 | 35.34 | 53.06 | - |
| YUV | 134 | 158.47 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 177 | 188 | 0.85 | 0.06 | 0 | 0.26 | 184.15 | 0.73 | 0.43 |
| Hex | 1D | B1 | BC | 55 | 6 | 0 | 1A | B8 | 49 | 2B |
| Octal | 35 | 261 | 274 | 125 | 6 | 0 | 32 | 270 | 111 | 53 |
| Binary | 11101 | 10110001 | 10111100 | 1010101 | 110 | 0 | 11010 | 10111000 | 1001001 | 101011 |
Color Harmonies of #1DB1BC
Complementary color
Monochromatic Colors of #1DB1BC
Black with #1DB1BC
Text Example
Text Example
White with #1DB1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB1BC; }
p { color: rgb(29,177,188); }
H1.HeaderClassName
{
color: #1DB1BC;
}
.AnyTagClassName
{
color: #1DB1BC;
}
</style>
background-color css
<style>
a { background-color: #1DB1BC; }
a { background-color: rgb(29,177,188); }
div.DivClassName
{
background-color: #1DB1BC;
}
.BgClassName
{
background-color: #1DB1BC;
}
</style>
border-color css
<style>
span { border-color: #1DB1BC; }
span { border-color: rgb(29,177,188); }
td.TdClassName
{
border-color: #1DB1BC;
}
.TagClassName
{
border-color: #1DB1BC;
}
</style>