Shades of Light Sea Green #1DBBA1
Tints of Light Sea Green #1DBBA1
RGB
CMYK
RGB Variations
Color information
#1DBBA1 (or 0x1DBBA1) is known color: Light Sea Green. HEX triplet: 1D, BB and A1. RGB value is (29,187,161). Sum of RGB (Red+Green+Blue) = 29+187+161=377 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.69% from 377); Green value is 187 (73.44% from 255 or 49.60% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBBA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBBA1 is #E2445E. Grayscale: #888888. Windows color (decimal): -14828639 or 10599197. OLE color: 10599197.
HSL color Cylindrical-coordinate representation of color #1DBBA1: hue angle of 170.13º 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 #1DBBA1 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 161 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.27 |
| HSL | 170.13º | 0.73% | 0.42% | - |
| HSV(B) | 170.13º | 0.84% | 0.73% | - |
| XYZ | 24.71 | 38.38 | 39.82 | - |
| YUV | 136.79 | 141.65 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 161 | 0.84 | 0 | 0.14 | 0.27 | 170.13 | 0.73 | 0.42 |
| Hex | 1D | BB | A1 | 54 | 0 | E | 1B | AA | 49 | 2A |
| Octal | 35 | 273 | 241 | 124 | 0 | 16 | 33 | 252 | 111 | 52 |
| Binary | 11101 | 10111011 | 10100001 | 1010100 | 0 | 1110 | 11011 | 10101010 | 1001001 | 101010 |
Color Harmonies of #1DBBA1
Complementary color
Monochromatic Colors of #1DBBA1
Black with #1DBBA1
Text Example
Text Example
White with #1DBBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBBA1; }
p { color: rgb(29,187,161); }
H1.HeaderClassName
{
color: #1DBBA1;
}
.AnyTagClassName
{
color: #1DBBA1;
}
</style>
background-color css
<style>
a { background-color: #1DBBA1; }
a { background-color: rgb(29,187,161); }
div.DivClassName
{
background-color: #1DBBA1;
}
.BgClassName
{
background-color: #1DBBA1;
}
</style>
border-color css
<style>
span { border-color: #1DBBA1; }
span { border-color: rgb(29,187,161); }
td.TdClassName
{
border-color: #1DBBA1;
}
.TagClassName
{
border-color: #1DBBA1;
}
</style>