Shades of Light Sea Green #1DBFA6
Tints of Light Sea Green #1DBFA6
RGB
CMYK
RGB Variations
Color information
#1DBFA6 (or 0x1DBFA6) is known color: Light Sea Green. HEX triplet: 1D, BF and A6. RGB value is (29,191,166). Sum of RGB (Red+Green+Blue) = 29+191+166=386 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.51% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 166 (65.23% from 255 or 43.01% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #1DBFA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBFA6 is #E24059. Grayscale: #8B8B8B. Windows color (decimal): -14827610 or 10927901. OLE color: 10927901.
HSL color Cylindrical-coordinate representation of color #1DBFA6: hue angle of 170.74º 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 #1DBFA6 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 191 | 166 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.25 |
| HSL | 170.74º | 0.74% | 0.43% | - |
| HSV(B) | 170.74º | 0.85% | 0.75% | - |
| XYZ | 26.02 | 40.28 | 42.48 | - |
| YUV | 139.71 | 142.83 | 49.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 191 | 166 | 0.85 | 0 | 0.13 | 0.25 | 170.74 | 0.74 | 0.43 |
| Hex | 1D | BF | A6 | 55 | 0 | D | 19 | AB | 4A | 2B |
| Octal | 35 | 277 | 246 | 125 | 0 | 15 | 31 | 253 | 112 | 53 |
| Binary | 11101 | 10111111 | 10100110 | 1010101 | 0 | 1101 | 11001 | 10101011 | 1001010 | 101011 |
Color Harmonies of #1DBFA6
Complementary color
Monochromatic Colors of #1DBFA6
Black with #1DBFA6
Text Example
Text Example
White with #1DBFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBFA6; }
p { color: rgb(29,191,166); }
H1.HeaderClassName
{
color: #1DBFA6;
}
.AnyTagClassName
{
color: #1DBFA6;
}
</style>
background-color css
<style>
a { background-color: #1DBFA6; }
a { background-color: rgb(29,191,166); }
div.DivClassName
{
background-color: #1DBFA6;
}
.BgClassName
{
background-color: #1DBFA6;
}
</style>
border-color css
<style>
span { border-color: #1DBFA6; }
span { border-color: rgb(29,191,166); }
td.TdClassName
{
border-color: #1DBFA6;
}
.TagClassName
{
border-color: #1DBFA6;
}
</style>