Shades of Light Sea Green #1DB4B6
Tints of Light Sea Green #1DB4B6
RGB
CMYK
RGB Variations
Color information
#1DB4B6 (or 0x1DB4B6) is known color: Light Sea Green. HEX triplet: 1D, B4 and B6. RGB value is (29,180,182). Sum of RGB (Red+Green+Blue) = 29+180+182=391 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.42% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 182 (71.48% from 255 or 46.55% from 391); Max value from RGB is 182 - color contains mainly: blue. Hex color #1DB4B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB4B6 is #E24B49. Grayscale: #868686. Windows color (decimal): -14830410 or 11973661. OLE color: 11973661.
HSL color Cylindrical-coordinate representation of color #1DB4B6: hue angle of 180.78º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB4B6 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 180 | 182 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.29 |
| HSL | 180.78º | 0.73% | 0.41% | - |
| HSV(B) | 180.78º | 0.84% | 0.71% | - |
| XYZ | 25.27 | 36.28 | 49.93 | - |
| YUV | 135.08 | 154.47 | 52.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 182 | 0.84 | 0.01 | 0 | 0.29 | 180.78 | 0.73 | 0.41 |
| Hex | 1D | B4 | B6 | 54 | 1 | 0 | 1D | B5 | 49 | 29 |
| Octal | 35 | 264 | 266 | 124 | 1 | 0 | 35 | 265 | 111 | 51 |
| Binary | 11101 | 10110100 | 10110110 | 1010100 | 1 | 0 | 11101 | 10110101 | 1001001 | 101001 |
Color Harmonies of #1DB4B6
Complementary color
Monochromatic Colors of #1DB4B6
Black with #1DB4B6
Text Example
Text Example
White with #1DB4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB4B6; }
p { color: rgb(29,180,182); }
H1.HeaderClassName
{
color: #1DB4B6;
}
.AnyTagClassName
{
color: #1DB4B6;
}
</style>
background-color css
<style>
a { background-color: #1DB4B6; }
a { background-color: rgb(29,180,182); }
div.DivClassName
{
background-color: #1DB4B6;
}
.BgClassName
{
background-color: #1DB4B6;
}
</style>
border-color css
<style>
span { border-color: #1DB4B6; }
span { border-color: rgb(29,180,182); }
td.TdClassName
{
border-color: #1DB4B6;
}
.TagClassName
{
border-color: #1DB4B6;
}
</style>