Shades of Light Sea Green #1DBBC0
Tints of Light Sea Green #1DBBC0
RGB
CMYK
RGB Variations
Color information
#1DBBC0 (or 0x1DBBC0) is known color: Light Sea Green. HEX triplet: 1D, BB and C0. RGB value is (29,187,192). Sum of RGB (Red+Green+Blue) = 29+187+192=408 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.11% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 192 (75.39% from 255 or 47.06% from 408); Max value from RGB is 192 - color contains mainly: blue. Hex color #1DBBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBBC0 is #E2443F. Grayscale: #8C8C8C. Windows color (decimal): -14828608 or 12630813. OLE color: 12630813.
HSL color Cylindrical-coordinate representation of color #1DBBC0: hue angle of 181.84º 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 #1DBBC0 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 187 | 192 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.25 |
| HSL | 181.84º | 0.74% | 0.43% | - |
| HSV(B) | 181.84º | 0.85% | 0.75% | - |
| XYZ | 27.79 | 39.61 | 56.05 | - |
| YUV | 140.33 | 157.15 | 48.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 192 | 0.85 | 0.03 | 0 | 0.25 | 181.84 | 0.74 | 0.43 |
| Hex | 1D | BB | C0 | 55 | 3 | 0 | 19 | B6 | 4A | 2B |
| Octal | 35 | 273 | 300 | 125 | 3 | 0 | 31 | 266 | 112 | 53 |
| Binary | 11101 | 10111011 | 11000000 | 1010101 | 11 | 0 | 11001 | 10110110 | 1001010 | 101011 |
Color Harmonies of #1DBBC0
Complementary color
Monochromatic Colors of #1DBBC0
Black with #1DBBC0
Text Example
Text Example
White with #1DBBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBBC0; }
p { color: rgb(29,187,192); }
H1.HeaderClassName
{
color: #1DBBC0;
}
.AnyTagClassName
{
color: #1DBBC0;
}
</style>
background-color css
<style>
a { background-color: #1DBBC0; }
a { background-color: rgb(29,187,192); }
div.DivClassName
{
background-color: #1DBBC0;
}
.BgClassName
{
background-color: #1DBBC0;
}
</style>
border-color css
<style>
span { border-color: #1DBBC0; }
span { border-color: rgb(29,187,192); }
td.TdClassName
{
border-color: #1DBBC0;
}
.TagClassName
{
border-color: #1DBBC0;
}
</style>