Shades of Light Sea Green #1DABAA
Tints of Light Sea Green #1DABAA
RGB
CMYK
RGB Variations
Color information
#1DABAA (or 0x1DABAA) is known color: Light Sea Green. HEX triplet: 1D, AB and AA. RGB value is (29,171,170). Sum of RGB (Red+Green+Blue) = 29+171+170=370 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.84% from 370); Green value is 171 (67.19% from 255 or 46.22% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 171 - color contains mainly: green. Hex color #1DABAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DABAA is #E25455. Grayscale: #808080. Windows color (decimal): -14832726 or 11184925. OLE color: 11184925.
HSL color Cylindrical-coordinate representation of color #1DABAA: hue angle of 179.58º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DABAA is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 171 | 170 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.33 |
| HSL | 179.58º | 0.71% | 0.39% | - |
| HSV(B) | 179.58º | 0.83% | 0.67% | - |
| XYZ | 22.33 | 32.29 | 43.09 | - |
| YUV | 128.43 | 151.46 | 57.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 171 | 170 | 0.83 | 0 | 0.01 | 0.33 | 179.58 | 0.71 | 0.39 |
| Hex | 1D | AB | AA | 53 | 0 | 1 | 21 | B4 | 47 | 27 |
| Octal | 35 | 253 | 252 | 123 | 0 | 1 | 41 | 264 | 107 | 47 |
| Binary | 11101 | 10101011 | 10101010 | 1010011 | 0 | 1 | 100001 | 10110100 | 1000111 | 100111 |
Color Harmonies of #1DABAA
Complementary color
Monochromatic Colors of #1DABAA
Black with #1DABAA
Text Example
Text Example
White with #1DABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DABAA; }
p { color: rgb(29,171,170); }
H1.HeaderClassName
{
color: #1DABAA;
}
.AnyTagClassName
{
color: #1DABAA;
}
</style>
background-color css
<style>
a { background-color: #1DABAA; }
a { background-color: rgb(29,171,170); }
div.DivClassName
{
background-color: #1DABAA;
}
.BgClassName
{
background-color: #1DABAA;
}
</style>
border-color css
<style>
span { border-color: #1DABAA; }
span { border-color: rgb(29,171,170); }
td.TdClassName
{
border-color: #1DABAA;
}
.TagClassName
{
border-color: #1DABAA;
}
</style>