Shades of Light Sea Green #1DBCB2
Tints of Light Sea Green #1DBCB2
RGB
CMYK
RGB Variations
Color information
#1DBCB2 (or 0x1DBCB2) is known color: Light Sea Green. HEX triplet: 1D, BC and B2. RGB value is (29,188,178). Sum of RGB (Red+Green+Blue) = 29+188+178=395 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.34% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 178 (69.92% from 255 or 45.06% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #1DBCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBCB2 is #E2434D. Grayscale: #8B8B8B. Windows color (decimal): -14828366 or 11713565. OLE color: 11713565.
HSL color Cylindrical-coordinate representation of color #1DBCB2: hue angle of 176.23º 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 #1DBCB2 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 188 | 178 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.26 |
| HSL | 176.23º | 0.73% | 0.43% | - |
| HSV(B) | 176.23º | 0.85% | 0.74% | - |
| XYZ | 26.53 | 39.44 | 48.33 | - |
| YUV | 139.32 | 149.82 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 178 | 0.85 | 0 | 0.05 | 0.26 | 176.23 | 0.73 | 0.43 |
| Hex | 1D | BC | B2 | 55 | 0 | 5 | 1A | B0 | 49 | 2B |
| Octal | 35 | 274 | 262 | 125 | 0 | 5 | 32 | 260 | 111 | 53 |
| Binary | 11101 | 10111100 | 10110010 | 1010101 | 0 | 101 | 11010 | 10110000 | 1001001 | 101011 |
Color Harmonies of #1DBCB2
Complementary color
Monochromatic Colors of #1DBCB2
Black with #1DBCB2
Text Example
Text Example
White with #1DBCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBCB2; }
p { color: rgb(29,188,178); }
H1.HeaderClassName
{
color: #1DBCB2;
}
.AnyTagClassName
{
color: #1DBCB2;
}
</style>
background-color css
<style>
a { background-color: #1DBCB2; }
a { background-color: rgb(29,188,178); }
div.DivClassName
{
background-color: #1DBCB2;
}
.BgClassName
{
background-color: #1DBCB2;
}
</style>
border-color css
<style>
span { border-color: #1DBCB2; }
span { border-color: rgb(29,188,178); }
td.TdClassName
{
border-color: #1DBCB2;
}
.TagClassName
{
border-color: #1DBCB2;
}
</style>