Shades of Light Sea Green #1DD0B5
Tints of Light Sea Green #1DD0B5
RGB
CMYK
RGB Variations
Color information
#1DD0B5 (or 0x1DD0B5) is known color: Light Sea Green. HEX triplet: 1D, D0 and B5. RGB value is (29,208,181). Sum of RGB (Red+Green+Blue) = 29+208+181=418 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.94% from 418); Green value is 208 (81.64% from 255 or 49.76% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD0B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD0B5 is #E22F4A. Grayscale: #979797. Windows color (decimal): -14823243 or 11915293. OLE color: 11915293.
HSL color Cylindrical-coordinate representation of color #1DD0B5: hue angle of 170.95º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD0B5 is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 208 | 181 | - |
| CMYK | 0.86 | 0 | 0.13 | 0.18 |
| HSL | 170.95º | 0.76% | 0.46% | - |
| HSV(B) | 170.95º | 0.86% | 0.82% | - |
| XYZ | 31.4 | 48.71 | 51.46 | - |
| YUV | 151.4 | 144.7 | 40.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 208 | 181 | 0.86 | 0 | 0.13 | 0.18 | 170.95 | 0.76 | 0.46 |
| Hex | 1D | D0 | B5 | 56 | 0 | D | 12 | AB | 4C | 2E |
| Octal | 35 | 320 | 265 | 126 | 0 | 15 | 22 | 253 | 114 | 56 |
| Binary | 11101 | 11010000 | 10110101 | 1010110 | 0 | 1101 | 10010 | 10101011 | 1001100 | 101110 |
Color Harmonies of #1DD0B5
Complementary color
Monochromatic Colors of #1DD0B5
Black with #1DD0B5
Text Example
Text Example
White with #1DD0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD0B5; }
p { color: rgb(29,208,181); }
H1.HeaderClassName
{
color: #1DD0B5;
}
.AnyTagClassName
{
color: #1DD0B5;
}
</style>
background-color css
<style>
a { background-color: #1DD0B5; }
a { background-color: rgb(29,208,181); }
div.DivClassName
{
background-color: #1DD0B5;
}
.BgClassName
{
background-color: #1DD0B5;
}
</style>
border-color css
<style>
span { border-color: #1DD0B5; }
span { border-color: rgb(29,208,181); }
td.TdClassName
{
border-color: #1DD0B5;
}
.TagClassName
{
border-color: #1DD0B5;
}
</style>