Shades of Light Sea Green #1DBABB
Tints of Light Sea Green #1DBABB
RGB
CMYK
RGB Variations
Color information
#1DBABB (or 0x1DBABB) is known color: Light Sea Green. HEX triplet: 1D, BA and BB. RGB value is (29,186,187). Sum of RGB (Red+Green+Blue) = 29+186+187=402 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.21% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #1DBABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBABB is #E24544. Grayscale: #8B8B8B. Windows color (decimal): -14828869 or 12302877. OLE color: 12302877.
HSL color Cylindrical-coordinate representation of color #1DBABB: hue angle of 180.38º 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 #1DBABB is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 186 | 187 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.27 |
| HSL | 180.38º | 0.73% | 0.42% | - |
| HSV(B) | 180.38º | 0.84% | 0.73% | - |
| XYZ | 27.04 | 38.97 | 53.11 | - |
| YUV | 139.17 | 154.99 | 49.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 187 | 0.84 | 0.01 | 0 | 0.27 | 180.38 | 0.73 | 0.42 |
| Hex | 1D | BA | BB | 54 | 1 | 0 | 1B | B4 | 49 | 2A |
| Octal | 35 | 272 | 273 | 124 | 1 | 0 | 33 | 264 | 111 | 52 |
| Binary | 11101 | 10111010 | 10111011 | 1010100 | 1 | 0 | 11011 | 10110100 | 1001001 | 101010 |
Color Harmonies of #1DBABB
Complementary color
Monochromatic Colors of #1DBABB
Black with #1DBABB
Text Example
Text Example
White with #1DBABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBABB; }
p { color: rgb(29,186,187); }
H1.HeaderClassName
{
color: #1DBABB;
}
.AnyTagClassName
{
color: #1DBABB;
}
</style>
background-color css
<style>
a { background-color: #1DBABB; }
a { background-color: rgb(29,186,187); }
div.DivClassName
{
background-color: #1DBABB;
}
.BgClassName
{
background-color: #1DBABB;
}
</style>
border-color css
<style>
span { border-color: #1DBABB; }
span { border-color: rgb(29,186,187); }
td.TdClassName
{
border-color: #1DBABB;
}
.TagClassName
{
border-color: #1DBABB;
}
</style>