Shades of Light Sea Green #1DB6AF
Tints of Light Sea Green #1DB6AF
RGB
CMYK
RGB Variations
Color information
#1DB6AF (or 0x1DB6AF) is known color: Light Sea Green. HEX triplet: 1D, B6 and AF. RGB value is (29,182,175). Sum of RGB (Red+Green+Blue) = 29+182+175=386 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.51% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB6AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB6AF is #E24950. Grayscale: #878787. Windows color (decimal): -14829905 or 11515421. OLE color: 11515421.
HSL color Cylindrical-coordinate representation of color #1DB6AF: hue angle of 177.25º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB6AF is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 182 | 175 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.29 |
| HSL | 177.25º | 0.73% | 0.41% | - |
| HSV(B) | 177.25º | 0.84% | 0.71% | - |
| XYZ | 24.97 | 36.81 | 46.35 | - |
| YUV | 135.46 | 150.31 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 175 | 0.84 | 0 | 0.04 | 0.29 | 177.25 | 0.73 | 0.41 |
| Hex | 1D | B6 | AF | 54 | 0 | 4 | 1D | B1 | 49 | 29 |
| Octal | 35 | 266 | 257 | 124 | 0 | 4 | 35 | 261 | 111 | 51 |
| Binary | 11101 | 10110110 | 10101111 | 1010100 | 0 | 100 | 11101 | 10110001 | 1001001 | 101001 |
Color Harmonies of #1DB6AF
Complementary color
Monochromatic Colors of #1DB6AF
Black with #1DB6AF
Text Example
Text Example
White with #1DB6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB6AF; }
p { color: rgb(29,182,175); }
H1.HeaderClassName
{
color: #1DB6AF;
}
.AnyTagClassName
{
color: #1DB6AF;
}
</style>
background-color css
<style>
a { background-color: #1DB6AF; }
a { background-color: rgb(29,182,175); }
div.DivClassName
{
background-color: #1DB6AF;
}
.BgClassName
{
background-color: #1DB6AF;
}
</style>
border-color css
<style>
span { border-color: #1DB6AF; }
span { border-color: rgb(29,182,175); }
td.TdClassName
{
border-color: #1DB6AF;
}
.TagClassName
{
border-color: #1DB6AF;
}
</style>