Shades of Light Sea Green #1AC3AD
Tints of Light Sea Green #1AC3AD
RGB
CMYK
RGB Variations
Color information
#1AC3AD (or 0x1AC3AD) is known color: Light Sea Green. HEX triplet: 1A, C3 and AD. RGB value is (26,195,173). Sum of RGB (Red+Green+Blue) = 26+195+173=394 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.60% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #1AC3AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC3AD is #E53C52. Grayscale: #8D8D8D. Windows color (decimal): -15023187 or 11387674. OLE color: 11387674.
HSL color Cylindrical-coordinate representation of color #1AC3AD: hue angle of 172.19º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC3AD is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 26 | 195 | 173 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.24 |
| HSL | 172.19º | 0.76% | 0.43% | - |
| HSV(B) | 172.19º | 0.87% | 0.76% | - |
| XYZ | 27.48 | 42.27 | 46.24 | - |
| YUV | 141.96 | 145.51 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 195 | 173 | 0.87 | 0 | 0.11 | 0.24 | 172.19 | 0.76 | 0.43 |
| Hex | 1A | C3 | AD | 57 | 0 | B | 18 | AC | 4C | 2B |
| Octal | 32 | 303 | 255 | 127 | 0 | 13 | 30 | 254 | 114 | 53 |
| Binary | 11010 | 11000011 | 10101101 | 1010111 | 0 | 1011 | 11000 | 10101100 | 1001100 | 101011 |
Color Harmonies of #1AC3AD
Complementary color
Monochromatic Colors of #1AC3AD
Black with #1AC3AD
Text Example
Text Example
White with #1AC3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC3AD; }
p { color: rgb(26,195,173); }
H1.HeaderClassName
{
color: #1AC3AD;
}
.AnyTagClassName
{
color: #1AC3AD;
}
</style>
background-color css
<style>
a { background-color: #1AC3AD; }
a { background-color: rgb(26,195,173); }
div.DivClassName
{
background-color: #1AC3AD;
}
.BgClassName
{
background-color: #1AC3AD;
}
</style>
border-color css
<style>
span { border-color: #1AC3AD; }
span { border-color: rgb(26,195,173); }
td.TdClassName
{
border-color: #1AC3AD;
}
.TagClassName
{
border-color: #1AC3AD;
}
</style>