Shades of Light Sea Green #1DBCBE
Tints of Light Sea Green #1DBCBE
RGB
CMYK
RGB Variations
Color information
#1DBCBE (or 0x1DBCBE) is known color: Light Sea Green. HEX triplet: 1D, BC and BE. RGB value is (29,188,190). Sum of RGB (Red+Green+Blue) = 29+188+190=407 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.13% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #1DBCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBCBE is #E24341. Grayscale: #8C8C8C. Windows color (decimal): -14828354 or 12499997. OLE color: 12499997.
HSL color Cylindrical-coordinate representation of color #1DBCBE: hue angle of 180.75º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBCBE is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 188 | 190 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.25 |
| HSL | 180.75º | 0.74% | 0.43% | - |
| HSV(B) | 180.75º | 0.85% | 0.75% | - |
| XYZ | 27.78 | 39.95 | 54.96 | - |
| YUV | 140.69 | 155.82 | 48.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 190 | 0.85 | 0.01 | 0 | 0.25 | 180.75 | 0.74 | 0.43 |
| Hex | 1D | BC | BE | 55 | 1 | 0 | 19 | B5 | 4A | 2B |
| Octal | 35 | 274 | 276 | 125 | 1 | 0 | 31 | 265 | 112 | 53 |
| Binary | 11101 | 10111100 | 10111110 | 1010101 | 1 | 0 | 11001 | 10110101 | 1001010 | 101011 |
Color Harmonies of #1DBCBE
Complementary color
Monochromatic Colors of #1DBCBE
Black with #1DBCBE
Text Example
Text Example
White with #1DBCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBCBE; }
p { color: rgb(29,188,190); }
H1.HeaderClassName
{
color: #1DBCBE;
}
.AnyTagClassName
{
color: #1DBCBE;
}
</style>
background-color css
<style>
a { background-color: #1DBCBE; }
a { background-color: rgb(29,188,190); }
div.DivClassName
{
background-color: #1DBCBE;
}
.BgClassName
{
background-color: #1DBCBE;
}
</style>
border-color css
<style>
span { border-color: #1DBCBE; }
span { border-color: rgb(29,188,190); }
td.TdClassName
{
border-color: #1DBCBE;
}
.TagClassName
{
border-color: #1DBCBE;
}
</style>