Shades of Light Sea Green #1DC5B4
Tints of Light Sea Green #1DC5B4
RGB
CMYK
RGB Variations
Color information
#1DC5B4 (or 0x1DC5B4) is known color: Light Sea Green. HEX triplet: 1D, C5 and B4. RGB value is (29,197,180). Sum of RGB (Red+Green+Blue) = 29+197+180=406 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.14% from 406); Green value is 197 (77.34% from 255 or 48.52% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 197 - color contains mainly: green. Hex color #1DC5B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC5B4 is #E23A4B. Grayscale: #909090. Windows color (decimal): -14826060 or 11846941. OLE color: 11846941.
HSL color Cylindrical-coordinate representation of color #1DC5B4: hue angle of 173.93º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC5B4 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 197 | 180 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.23 |
| HSL | 173.93º | 0.74% | 0.44% | - |
| HSV(B) | 173.93º | 0.85% | 0.77% | - |
| XYZ | 28.71 | 43.49 | 50.06 | - |
| YUV | 144.83 | 147.84 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 197 | 180 | 0.85 | 0 | 0.09 | 0.23 | 173.93 | 0.74 | 0.44 |
| Hex | 1D | C5 | B4 | 55 | 0 | 9 | 17 | AE | 4A | 2C |
| Octal | 35 | 305 | 264 | 125 | 0 | 11 | 27 | 256 | 112 | 54 |
| Binary | 11101 | 11000101 | 10110100 | 1010101 | 0 | 1001 | 10111 | 10101110 | 1001010 | 101100 |
Color Harmonies of #1DC5B4
Complementary color
Monochromatic Colors of #1DC5B4
Black with #1DC5B4
Text Example
Text Example
White with #1DC5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC5B4; }
p { color: rgb(29,197,180); }
H1.HeaderClassName
{
color: #1DC5B4;
}
.AnyTagClassName
{
color: #1DC5B4;
}
</style>
background-color css
<style>
a { background-color: #1DC5B4; }
a { background-color: rgb(29,197,180); }
div.DivClassName
{
background-color: #1DC5B4;
}
.BgClassName
{
background-color: #1DC5B4;
}
</style>
border-color css
<style>
span { border-color: #1DC5B4; }
span { border-color: rgb(29,197,180); }
td.TdClassName
{
border-color: #1DC5B4;
}
.TagClassName
{
border-color: #1DC5B4;
}
</style>