Shades of Light Sea Green #1DB2AA
Tints of Light Sea Green #1DB2AA
RGB
CMYK
RGB Variations
Color information
#1DB2AA (or 0x1DB2AA) is known color: Light Sea Green. HEX triplet: 1D, B2 and AA. RGB value is (29,178,170). Sum of RGB (Red+Green+Blue) = 29+178+170=377 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.69% from 377); Green value is 178 (69.92% from 255 or 47.21% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 178 - color contains mainly: green. Hex color #1DB2AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DB2AA is #E24D55. Grayscale: #848484. Windows color (decimal): -14830934 or 11186717. OLE color: 11186717.
HSL color Cylindrical-coordinate representation of color #1DB2AA: hue angle of 176.78º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB2AA is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 178 | 170 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.30 |
| HSL | 176.78º | 0.72% | 0.41% | - |
| HSV(B) | 176.78º | 0.84% | 0.7% | - |
| XYZ | 23.68 | 35 | 43.54 | - |
| YUV | 132.54 | 149.14 | 54.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 178 | 170 | 0.84 | 0 | 0.04 | 0.30 | 176.78 | 0.72 | 0.41 |
| Hex | 1D | B2 | AA | 54 | 0 | 4 | 1E | B1 | 48 | 29 |
| Octal | 35 | 262 | 252 | 124 | 0 | 4 | 36 | 261 | 110 | 51 |
| Binary | 11101 | 10110010 | 10101010 | 1010100 | 0 | 100 | 11110 | 10110001 | 1001000 | 101001 |
Color Harmonies of #1DB2AA
Complementary color
Monochromatic Colors of #1DB2AA
Black with #1DB2AA
Text Example
Text Example
White with #1DB2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB2AA; }
p { color: rgb(29,178,170); }
H1.HeaderClassName
{
color: #1DB2AA;
}
.AnyTagClassName
{
color: #1DB2AA;
}
</style>
background-color css
<style>
a { background-color: #1DB2AA; }
a { background-color: rgb(29,178,170); }
div.DivClassName
{
background-color: #1DB2AA;
}
.BgClassName
{
background-color: #1DB2AA;
}
</style>
border-color css
<style>
span { border-color: #1DB2AA; }
span { border-color: rgb(29,178,170); }
td.TdClassName
{
border-color: #1DB2AA;
}
.TagClassName
{
border-color: #1DB2AA;
}
</style>