Shades of Light Sea Green #1DBFBB
Tints of Light Sea Green #1DBFBB
RGB
CMYK
RGB Variations
Color information
#1DBFBB (or 0x1DBFBB) is known color: Light Sea Green. HEX triplet: 1D, BF and BB. RGB value is (29,191,187). Sum of RGB (Red+Green+Blue) = 29+191+187=407 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.13% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #1DBFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBFBB is #E24044. Grayscale: #8D8D8D. Windows color (decimal): -14827589 or 12304157. OLE color: 12304157.
HSL color Cylindrical-coordinate representation of color #1DBFBB: hue angle of 178.52º 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 #1DBFBB is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 191 | 187 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.25 |
| HSL | 178.52º | 0.74% | 0.43% | - |
| HSV(B) | 178.52º | 0.85% | 0.75% | - |
| XYZ | 28.11 | 41.11 | 53.47 | - |
| YUV | 142.11 | 153.33 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 191 | 187 | 0.85 | 0 | 0.02 | 0.25 | 178.52 | 0.74 | 0.43 |
| Hex | 1D | BF | BB | 55 | 0 | 2 | 19 | B3 | 4A | 2B |
| Octal | 35 | 277 | 273 | 125 | 0 | 2 | 31 | 263 | 112 | 53 |
| Binary | 11101 | 10111111 | 10111011 | 1010101 | 0 | 10 | 11001 | 10110011 | 1001010 | 101011 |
Color Harmonies of #1DBFBB
Complementary color
Monochromatic Colors of #1DBFBB
Black with #1DBFBB
Text Example
Text Example
White with #1DBFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBFBB; }
p { color: rgb(29,191,187); }
H1.HeaderClassName
{
color: #1DBFBB;
}
.AnyTagClassName
{
color: #1DBFBB;
}
</style>
background-color css
<style>
a { background-color: #1DBFBB; }
a { background-color: rgb(29,191,187); }
div.DivClassName
{
background-color: #1DBFBB;
}
.BgClassName
{
background-color: #1DBFBB;
}
</style>
border-color css
<style>
span { border-color: #1DBFBB; }
span { border-color: rgb(29,191,187); }
td.TdClassName
{
border-color: #1DBFBB;
}
.TagClassName
{
border-color: #1DBFBB;
}
</style>