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