Shades of Light Sea Green #1DBABE
Tints of Light Sea Green #1DBABE
RGB
CMYK
RGB Variations
Color information
#1DBABE (or 0x1DBABE) is known color: Light Sea Green. HEX triplet: 1D, BA and BE. RGB value is (29,186,190). Sum of RGB (Red+Green+Blue) = 29+186+190=405 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.16% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #1DBABE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBABE is #E24541. Grayscale: #8B8B8B. Windows color (decimal): -14828866 or 12499485. OLE color: 12499485.
HSL color Cylindrical-coordinate representation of color #1DBABE: hue angle of 181.49º 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 #1DBABE is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 186 | 190 | - |
| CMYK | 0.85 | 0.02 | 0 | 0.25 |
| HSL | 181.49º | 0.74% | 0.43% | - |
| HSV(B) | 181.49º | 0.85% | 0.75% | - |
| XYZ | 27.36 | 39.1 | 54.82 | - |
| YUV | 139.51 | 156.49 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 190 | 0.85 | 0.02 | 0 | 0.25 | 181.49 | 0.74 | 0.43 |
| Hex | 1D | BA | BE | 55 | 2 | 0 | 19 | B5 | 4A | 2B |
| Octal | 35 | 272 | 276 | 125 | 2 | 0 | 31 | 265 | 112 | 53 |
| Binary | 11101 | 10111010 | 10111110 | 1010101 | 10 | 0 | 11001 | 10110101 | 1001010 | 101011 |
Color Harmonies of #1DBABE
Complementary color
Monochromatic Colors of #1DBABE
Black with #1DBABE
Text Example
Text Example
White with #1DBABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBABE; }
p { color: rgb(29,186,190); }
H1.HeaderClassName
{
color: #1DBABE;
}
.AnyTagClassName
{
color: #1DBABE;
}
</style>
background-color css
<style>
a { background-color: #1DBABE; }
a { background-color: rgb(29,186,190); }
div.DivClassName
{
background-color: #1DBABE;
}
.BgClassName
{
background-color: #1DBABE;
}
</style>
border-color css
<style>
span { border-color: #1DBABE; }
span { border-color: rgb(29,186,190); }
td.TdClassName
{
border-color: #1DBABE;
}
.TagClassName
{
border-color: #1DBABE;
}
</style>