Shades of Light Sea Green #1DBEB6
Tints of Light Sea Green #1DBEB6
RGB
CMYK
RGB Variations
Color information
#1DBEB6 (or 0x1DBEB6) is known color: Light Sea Green. HEX triplet: 1D, BE and B6. RGB value is (29,190,182). Sum of RGB (Red+Green+Blue) = 29+190+182=401 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.23% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 182 (71.48% from 255 or 45.39% from 401); Max value from RGB is 190 - color contains mainly: green. Hex color #1DBEB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBEB6 is #E24149. Grayscale: #8C8C8C. Windows color (decimal): -14827850 or 11976221. OLE color: 11976221.
HSL color Cylindrical-coordinate representation of color #1DBEB6: hue angle of 177.02º 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 #1DBEB6 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 190 | 182 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.25 |
| HSL | 177.02º | 0.74% | 0.43% | - |
| HSV(B) | 177.02º | 0.85% | 0.75% | - |
| XYZ | 27.36 | 40.47 | 50.62 | - |
| YUV | 140.95 | 151.16 | 48.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 190 | 182 | 0.85 | 0 | 0.04 | 0.25 | 177.02 | 0.74 | 0.43 |
| Hex | 1D | BE | B6 | 55 | 0 | 4 | 19 | B1 | 4A | 2B |
| Octal | 35 | 276 | 266 | 125 | 0 | 4 | 31 | 261 | 112 | 53 |
| Binary | 11101 | 10111110 | 10110110 | 1010101 | 0 | 100 | 11001 | 10110001 | 1001010 | 101011 |
Color Harmonies of #1DBEB6
Complementary color
Monochromatic Colors of #1DBEB6
Black with #1DBEB6
Text Example
Text Example
White with #1DBEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBEB6; }
p { color: rgb(29,190,182); }
H1.HeaderClassName
{
color: #1DBEB6;
}
.AnyTagClassName
{
color: #1DBEB6;
}
</style>
background-color css
<style>
a { background-color: #1DBEB6; }
a { background-color: rgb(29,190,182); }
div.DivClassName
{
background-color: #1DBEB6;
}
.BgClassName
{
background-color: #1DBEB6;
}
</style>
border-color css
<style>
span { border-color: #1DBEB6; }
span { border-color: rgb(29,190,182); }
td.TdClassName
{
border-color: #1DBEB6;
}
.TagClassName
{
border-color: #1DBEB6;
}
</style>