Shades of Light Sea Green #1DBEC0
Tints of Light Sea Green #1DBEC0
RGB
CMYK
RGB Variations
Color information
#1DBEC0 (or 0x1DBEC0) is known color: Light Sea Green. HEX triplet: 1D, BE and C0. RGB value is (29,190,192). Sum of RGB (Red+Green+Blue) = 29+190+192=411 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.06% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 192 (75.39% from 255 or 46.72% from 411); Max value from RGB is 192 - color contains mainly: blue. Hex color #1DBEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBEC0 is #E2413F. Grayscale: #8D8D8D. Windows color (decimal): -14827840 or 12631581. OLE color: 12631581.
HSL color Cylindrical-coordinate representation of color #1DBEC0: hue angle of 180.74º 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 #1DBEC0 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 190 | 192 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.25 |
| HSL | 180.74º | 0.74% | 0.43% | - |
| HSV(B) | 180.74º | 0.85% | 0.75% | - |
| XYZ | 28.43 | 40.89 | 56.26 | - |
| YUV | 142.09 | 156.16 | 47.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 190 | 192 | 0.85 | 0.01 | 0 | 0.25 | 180.74 | 0.74 | 0.43 |
| Hex | 1D | BE | C0 | 55 | 1 | 0 | 19 | B5 | 4A | 2B |
| Octal | 35 | 276 | 300 | 125 | 1 | 0 | 31 | 265 | 112 | 53 |
| Binary | 11101 | 10111110 | 11000000 | 1010101 | 1 | 0 | 11001 | 10110101 | 1001010 | 101011 |
Color Harmonies of #1DBEC0
Complementary color
Monochromatic Colors of #1DBEC0
Black with #1DBEC0
Text Example
Text Example
White with #1DBEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBEC0; }
p { color: rgb(29,190,192); }
H1.HeaderClassName
{
color: #1DBEC0;
}
.AnyTagClassName
{
color: #1DBEC0;
}
</style>
background-color css
<style>
a { background-color: #1DBEC0; }
a { background-color: rgb(29,190,192); }
div.DivClassName
{
background-color: #1DBEC0;
}
.BgClassName
{
background-color: #1DBEC0;
}
</style>
border-color css
<style>
span { border-color: #1DBEC0; }
span { border-color: rgb(29,190,192); }
td.TdClassName
{
border-color: #1DBEC0;
}
.TagClassName
{
border-color: #1DBEC0;
}
</style>