Shades of Light Sea Green #1DBBB6
Tints of Light Sea Green #1DBBB6
RGB
CMYK
RGB Variations
Color information
#1DBBB6 (or 0x1DBBB6) is known color: Light Sea Green. HEX triplet: 1D, BB and B6. RGB value is (29,187,182). Sum of RGB (Red+Green+Blue) = 29+187+182=398 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.29% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 182 (71.48% from 255 or 45.73% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBBB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBBB6 is #E24449. Grayscale: #8B8B8B. Windows color (decimal): -14828618 or 11975453. OLE color: 11975453.
HSL color Cylindrical-coordinate representation of color #1DBBB6: hue angle of 178.1º 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 #1DBBB6 is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 182 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.27 |
| HSL | 178.1º | 0.73% | 0.42% | - |
| HSV(B) | 178.1º | 0.84% | 0.73% | - |
| XYZ | 26.72 | 39.18 | 50.41 | - |
| YUV | 139.19 | 152.15 | 49.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 182 | 0.84 | 0 | 0.03 | 0.27 | 178.1 | 0.73 | 0.42 |
| Hex | 1D | BB | B6 | 54 | 0 | 3 | 1B | B2 | 49 | 2A |
| Octal | 35 | 273 | 266 | 124 | 0 | 3 | 33 | 262 | 111 | 52 |
| Binary | 11101 | 10111011 | 10110110 | 1010100 | 0 | 11 | 11011 | 10110010 | 1001001 | 101010 |
Color Harmonies of #1DBBB6
Complementary color
Monochromatic Colors of #1DBBB6
Black with #1DBBB6
Text Example
Text Example
White with #1DBBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBBB6; }
p { color: rgb(29,187,182); }
H1.HeaderClassName
{
color: #1DBBB6;
}
.AnyTagClassName
{
color: #1DBBB6;
}
</style>
background-color css
<style>
a { background-color: #1DBBB6; }
a { background-color: rgb(29,187,182); }
div.DivClassName
{
background-color: #1DBBB6;
}
.BgClassName
{
background-color: #1DBBB6;
}
</style>
border-color css
<style>
span { border-color: #1DBBB6; }
span { border-color: rgb(29,187,182); }
td.TdClassName
{
border-color: #1DBBB6;
}
.TagClassName
{
border-color: #1DBBB6;
}
</style>