Shades of Light Sea Green #1DC0C1
Tints of Light Sea Green #1DC0C1
RGB
CMYK
RGB Variations
Color information
#1DC0C1 (or 0x1DC0C1) is known color: Light Sea Green. HEX triplet: 1D, C0 and C1. RGB value is (29,192,193). Sum of RGB (Red+Green+Blue) = 29+192+193=414 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.00% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 193 - color contains mainly: blue. Hex color #1DC0C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC0C1 is #E23F3E. Grayscale: #8F8F8F. Windows color (decimal): -14827327 or 12697629. OLE color: 12697629.
HSL color Cylindrical-coordinate representation of color #1DC0C1: hue angle of 180.37º 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 #1DC0C1 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 192 | 193 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.24 |
| HSL | 180.37º | 0.74% | 0.44% | - |
| HSV(B) | 180.37º | 0.85% | 0.76% | - |
| XYZ | 28.98 | 41.81 | 56.99 | - |
| YUV | 143.38 | 156 | 46.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 192 | 193 | 0.85 | 0.01 | 0 | 0.24 | 180.37 | 0.74 | 0.44 |
| Hex | 1D | C0 | C1 | 55 | 1 | 0 | 18 | B4 | 4A | 2C |
| Octal | 35 | 300 | 301 | 125 | 1 | 0 | 30 | 264 | 112 | 54 |
| Binary | 11101 | 11000000 | 11000001 | 1010101 | 1 | 0 | 11000 | 10110100 | 1001010 | 101100 |
Color Harmonies of #1DC0C1
Complementary color
Monochromatic Colors of #1DC0C1
Black with #1DC0C1
Text Example
Text Example
White with #1DC0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC0C1; }
p { color: rgb(29,192,193); }
H1.HeaderClassName
{
color: #1DC0C1;
}
.AnyTagClassName
{
color: #1DC0C1;
}
</style>
background-color css
<style>
a { background-color: #1DC0C1; }
a { background-color: rgb(29,192,193); }
div.DivClassName
{
background-color: #1DC0C1;
}
.BgClassName
{
background-color: #1DC0C1;
}
</style>
border-color css
<style>
span { border-color: #1DC0C1; }
span { border-color: rgb(29,192,193); }
td.TdClassName
{
border-color: #1DC0C1;
}
.TagClassName
{
border-color: #1DC0C1;
}
</style>