Shades of Light Sea Green #1DBEBC
Tints of Light Sea Green #1DBEBC
RGB
CMYK
RGB Variations
Color information
#1DBEBC (or 0x1DBEBC) is known color: Light Sea Green. HEX triplet: 1D, BE and BC. RGB value is (29,190,188). Sum of RGB (Red+Green+Blue) = 29+190+188=407 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.13% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #1DBEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBEBC is #E24143. Grayscale: #8D8D8D. Windows color (decimal): -14827844 or 12369437. OLE color: 12369437.
HSL color Cylindrical-coordinate representation of color #1DBEBC: hue angle of 179.25º 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 #1DBEBC is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 190 | 188 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.25 |
| HSL | 179.25º | 0.74% | 0.43% | - |
| HSV(B) | 179.25º | 0.85% | 0.75% | - |
| XYZ | 28 | 40.72 | 53.96 | - |
| YUV | 141.63 | 154.16 | 47.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 190 | 188 | 0.85 | 0 | 0.01 | 0.25 | 179.25 | 0.74 | 0.43 |
| Hex | 1D | BE | BC | 55 | 0 | 1 | 19 | B3 | 4A | 2B |
| Octal | 35 | 276 | 274 | 125 | 0 | 1 | 31 | 263 | 112 | 53 |
| Binary | 11101 | 10111110 | 10111100 | 1010101 | 0 | 1 | 11001 | 10110011 | 1001010 | 101011 |
Color Harmonies of #1DBEBC
Complementary color
Monochromatic Colors of #1DBEBC
Black with #1DBEBC
Text Example
Text Example
White with #1DBEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBEBC; }
p { color: rgb(29,190,188); }
H1.HeaderClassName
{
color: #1DBEBC;
}
.AnyTagClassName
{
color: #1DBEBC;
}
</style>
background-color css
<style>
a { background-color: #1DBEBC; }
a { background-color: rgb(29,190,188); }
div.DivClassName
{
background-color: #1DBEBC;
}
.BgClassName
{
background-color: #1DBEBC;
}
</style>
border-color css
<style>
span { border-color: #1DBEBC; }
span { border-color: rgb(29,190,188); }
td.TdClassName
{
border-color: #1DBEBC;
}
.TagClassName
{
border-color: #1DBEBC;
}
</style>