Shades of Light Sea Green #1DBFBD
Tints of Light Sea Green #1DBFBD
RGB
CMYK
RGB Variations
Color information
#1DBFBD (or 0x1DBFBD) is known color: Light Sea Green. HEX triplet: 1D, BF and BD. RGB value is (29,191,189). Sum of RGB (Red+Green+Blue) = 29+191+189=409 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.09% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 191 - color contains mainly: green. Hex color #1DBFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBFBD is #E24042. Grayscale: #8E8E8E. Windows color (decimal): -14827587 or 12435229. OLE color: 12435229.
HSL color Cylindrical-coordinate representation of color #1DBFBD: hue angle of 179.26º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBFBD is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 191 | 189 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.25 |
| HSL | 179.26º | 0.74% | 0.43% | - |
| HSV(B) | 179.26º | 0.85% | 0.75% | - |
| XYZ | 28.32 | 41.2 | 54.6 | - |
| YUV | 142.33 | 154.33 | 47.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 191 | 189 | 0.85 | 0 | 0.01 | 0.25 | 179.26 | 0.74 | 0.43 |
| Hex | 1D | BF | BD | 55 | 0 | 1 | 19 | B3 | 4A | 2B |
| Octal | 35 | 277 | 275 | 125 | 0 | 1 | 31 | 263 | 112 | 53 |
| Binary | 11101 | 10111111 | 10111101 | 1010101 | 0 | 1 | 11001 | 10110011 | 1001010 | 101011 |
Color Harmonies of #1DBFBD
Complementary color
Monochromatic Colors of #1DBFBD
Black with #1DBFBD
Text Example
Text Example
White with #1DBFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBFBD; }
p { color: rgb(29,191,189); }
H1.HeaderClassName
{
color: #1DBFBD;
}
.AnyTagClassName
{
color: #1DBFBD;
}
</style>
background-color css
<style>
a { background-color: #1DBFBD; }
a { background-color: rgb(29,191,189); }
div.DivClassName
{
background-color: #1DBFBD;
}
.BgClassName
{
background-color: #1DBFBD;
}
</style>
border-color css
<style>
span { border-color: #1DBFBD; }
span { border-color: rgb(29,191,189); }
td.TdClassName
{
border-color: #1DBFBD;
}
.TagClassName
{
border-color: #1DBFBD;
}
</style>