Shades of Light Sea Green #1DBAC1
Tints of Light Sea Green #1DBAC1
RGB
CMYK
RGB Variations
Color information
#1DBAC1 (or 0x1DBAC1) is known color: Light Sea Green. HEX triplet: 1D, BA and C1. RGB value is (29,186,193). Sum of RGB (Red+Green+Blue) = 29+186+193=408 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.11% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 193 (75.78% from 255 or 47.30% from 408); Max value from RGB is 193 - color contains mainly: blue. Hex color #1DBAC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBAC1 is #E2453E. Grayscale: #8B8B8B. Windows color (decimal): -14828863 or 12696093. OLE color: 12696093.
HSL color Cylindrical-coordinate representation of color #1DBAC1: hue angle of 182.56º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBAC1 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 186 | 193 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.24 |
| HSL | 182.56º | 0.74% | 0.44% | - |
| HSV(B) | 182.56º | 0.85% | 0.76% | - |
| XYZ | 27.69 | 39.23 | 56.56 | - |
| YUV | 139.86 | 157.99 | 48.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 193 | 0.85 | 0.04 | 0 | 0.24 | 182.56 | 0.74 | 0.44 |
| Hex | 1D | BA | C1 | 55 | 4 | 0 | 18 | B7 | 4A | 2C |
| Octal | 35 | 272 | 301 | 125 | 4 | 0 | 30 | 267 | 112 | 54 |
| Binary | 11101 | 10111010 | 11000001 | 1010101 | 100 | 0 | 11000 | 10110111 | 1001010 | 101100 |
Color Harmonies of #1DBAC1
Complementary color
Monochromatic Colors of #1DBAC1
Black with #1DBAC1
Text Example
Text Example
White with #1DBAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBAC1; }
p { color: rgb(29,186,193); }
H1.HeaderClassName
{
color: #1DBAC1;
}
.AnyTagClassName
{
color: #1DBAC1;
}
</style>
background-color css
<style>
a { background-color: #1DBAC1; }
a { background-color: rgb(29,186,193); }
div.DivClassName
{
background-color: #1DBAC1;
}
.BgClassName
{
background-color: #1DBAC1;
}
</style>
border-color css
<style>
span { border-color: #1DBAC1; }
span { border-color: rgb(29,186,193); }
td.TdClassName
{
border-color: #1DBAC1;
}
.TagClassName
{
border-color: #1DBAC1;
}
</style>