Shades of Light Sea Green #1DC3BE
Tints of Light Sea Green #1DC3BE
RGB
CMYK
RGB Variations
Color information
#1DC3BE (or 0x1DC3BE) is known color: Light Sea Green. HEX triplet: 1D, C3 and BE. RGB value is (29,195,190). Sum of RGB (Red+Green+Blue) = 29+195+190=414 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.00% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC3BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC3BE is #E23C41. Grayscale: #909090. Windows color (decimal): -14826562 or 12501789. OLE color: 12501789.
HSL color Cylindrical-coordinate representation of color #1DC3BE: hue angle of 178.19º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC3BE is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 195 | 190 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.24 |
| HSL | 178.19º | 0.74% | 0.44% | - |
| HSV(B) | 178.19º | 0.85% | 0.76% | - |
| XYZ | 29.32 | 43.01 | 55.47 | - |
| YUV | 144.8 | 153.5 | 45.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 195 | 190 | 0.85 | 0 | 0.03 | 0.24 | 178.19 | 0.74 | 0.44 |
| Hex | 1D | C3 | BE | 55 | 0 | 3 | 18 | B2 | 4A | 2C |
| Octal | 35 | 303 | 276 | 125 | 0 | 3 | 30 | 262 | 112 | 54 |
| Binary | 11101 | 11000011 | 10111110 | 1010101 | 0 | 11 | 11000 | 10110010 | 1001010 | 101100 |
Color Harmonies of #1DC3BE
Complementary color
Monochromatic Colors of #1DC3BE
Black with #1DC3BE
Text Example
Text Example
White with #1DC3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC3BE; }
p { color: rgb(29,195,190); }
H1.HeaderClassName
{
color: #1DC3BE;
}
.AnyTagClassName
{
color: #1DC3BE;
}
</style>
background-color css
<style>
a { background-color: #1DC3BE; }
a { background-color: rgb(29,195,190); }
div.DivClassName
{
background-color: #1DC3BE;
}
.BgClassName
{
background-color: #1DC3BE;
}
</style>
border-color css
<style>
span { border-color: #1DC3BE; }
span { border-color: rgb(29,195,190); }
td.TdClassName
{
border-color: #1DC3BE;
}
.TagClassName
{
border-color: #1DC3BE;
}
</style>