Shades of Light Sea Green #1DBBB1
Tints of Light Sea Green #1DBBB1
RGB
CMYK
RGB Variations
Color information
#1DBBB1 (or 0x1DBBB1) is known color: Light Sea Green. HEX triplet: 1D, BB and B1. RGB value is (29,187,177). Sum of RGB (Red+Green+Blue) = 29+187+177=393 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.38% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 177 (69.53% from 255 or 45.04% from 393); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBBB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBBB1 is #E2444E. Grayscale: #8A8A8A. Windows color (decimal): -14828623 or 11647773. OLE color: 11647773.
HSL color Cylindrical-coordinate representation of color #1DBBB1: hue angle of 176.2º 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 #1DBBB1 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 177 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.27 |
| HSL | 176.2º | 0.73% | 0.42% | - |
| HSV(B) | 176.2º | 0.84% | 0.73% | - |
| XYZ | 26.21 | 38.98 | 47.74 | - |
| YUV | 138.62 | 149.65 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 177 | 0.84 | 0 | 0.05 | 0.27 | 176.2 | 0.73 | 0.42 |
| Hex | 1D | BB | B1 | 54 | 0 | 5 | 1B | B0 | 49 | 2A |
| Octal | 35 | 273 | 261 | 124 | 0 | 5 | 33 | 260 | 111 | 52 |
| Binary | 11101 | 10111011 | 10110001 | 1010100 | 0 | 101 | 11011 | 10110000 | 1001001 | 101010 |
Color Harmonies of #1DBBB1
Complementary color
Monochromatic Colors of #1DBBB1
Black with #1DBBB1
Text Example
Text Example
White with #1DBBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBBB1; }
p { color: rgb(29,187,177); }
H1.HeaderClassName
{
color: #1DBBB1;
}
.AnyTagClassName
{
color: #1DBBB1;
}
</style>
background-color css
<style>
a { background-color: #1DBBB1; }
a { background-color: rgb(29,187,177); }
div.DivClassName
{
background-color: #1DBBB1;
}
.BgClassName
{
background-color: #1DBBB1;
}
</style>
border-color css
<style>
span { border-color: #1DBBB1; }
span { border-color: rgb(29,187,177); }
td.TdClassName
{
border-color: #1DBBB1;
}
.TagClassName
{
border-color: #1DBBB1;
}
</style>