Shades of Light Sea Green #1DBAB2
Tints of Light Sea Green #1DBAB2
RGB
CMYK
RGB Variations
Color information
#1DBAB2 (or 0x1DBAB2) is known color: Light Sea Green. HEX triplet: 1D, BA and B2. RGB value is (29,186,178). Sum of RGB (Red+Green+Blue) = 29+186+178=393 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.38% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 178 (69.92% from 255 or 45.29% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBAB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBAB2 is #E2454D. Grayscale: #8A8A8A. Windows color (decimal): -14828878 or 11713053. OLE color: 11713053.
HSL color Cylindrical-coordinate representation of color #1DBAB2: hue angle of 176.94º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DBAB2 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 186 | 178 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.27 |
| HSL | 176.94º | 0.73% | 0.42% | - |
| HSV(B) | 176.94º | 0.84% | 0.73% | - |
| XYZ | 26.1 | 38.59 | 48.19 | - |
| YUV | 138.15 | 150.49 | 50.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 178 | 0.84 | 0 | 0.04 | 0.27 | 176.94 | 0.73 | 0.42 |
| Hex | 1D | BA | B2 | 54 | 0 | 4 | 1B | B1 | 49 | 2A |
| Octal | 35 | 272 | 262 | 124 | 0 | 4 | 33 | 261 | 111 | 52 |
| Binary | 11101 | 10111010 | 10110010 | 1010100 | 0 | 100 | 11011 | 10110001 | 1001001 | 101010 |
Color Harmonies of #1DBAB2
Complementary color
Monochromatic Colors of #1DBAB2
Black with #1DBAB2
Text Example
Text Example
White with #1DBAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBAB2; }
p { color: rgb(29,186,178); }
H1.HeaderClassName
{
color: #1DBAB2;
}
.AnyTagClassName
{
color: #1DBAB2;
}
</style>
background-color css
<style>
a { background-color: #1DBAB2; }
a { background-color: rgb(29,186,178); }
div.DivClassName
{
background-color: #1DBAB2;
}
.BgClassName
{
background-color: #1DBAB2;
}
</style>
border-color css
<style>
span { border-color: #1DBAB2; }
span { border-color: rgb(29,186,178); }
td.TdClassName
{
border-color: #1DBAB2;
}
.TagClassName
{
border-color: #1DBAB2;
}
</style>