Shades of Light Sea Green #1AC3A2
Tints of Light Sea Green #1AC3A2
RGB
CMYK
RGB Variations
Color information
#1AC3A2 (or 0x1AC3A2) is known color: Light Sea Green. HEX triplet: 1A, C3 and A2. RGB value is (26,195,162). Sum of RGB (Red+Green+Blue) = 26+195+162=383 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.79% from 383); Green value is 195 (76.56% from 255 or 50.91% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 195 - color contains mainly: green. Hex color #1AC3A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC3A2 is #E53C5D. Grayscale: #8C8C8C. Windows color (decimal): -15023198 or 10666778. OLE color: 10666778.
HSL color Cylindrical-coordinate representation of color #1AC3A2: hue angle of 168.28º 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 #1AC3A2 is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 26 | 195 | 162 | - |
| CMYK | 0.87 | 0 | 0.17 | 0.24 |
| HSL | 168.28º | 0.76% | 0.43% | - |
| HSV(B) | 168.28º | 0.87% | 0.76% | - |
| XYZ | 26.46 | 41.86 | 40.87 | - |
| YUV | 140.71 | 140.01 | 46.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 195 | 162 | 0.87 | 0 | 0.17 | 0.24 | 168.28 | 0.76 | 0.43 |
| Hex | 1A | C3 | A2 | 57 | 0 | 11 | 18 | A8 | 4C | 2B |
| Octal | 32 | 303 | 242 | 127 | 0 | 21 | 30 | 250 | 114 | 53 |
| Binary | 11010 | 11000011 | 10100010 | 1010111 | 0 | 10001 | 11000 | 10101000 | 1001100 | 101011 |
Color Harmonies of #1AC3A2
Complementary color
Monochromatic Colors of #1AC3A2
Black with #1AC3A2
Text Example
Text Example
White with #1AC3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC3A2; }
p { color: rgb(26,195,162); }
H1.HeaderClassName
{
color: #1AC3A2;
}
.AnyTagClassName
{
color: #1AC3A2;
}
</style>
background-color css
<style>
a { background-color: #1AC3A2; }
a { background-color: rgb(26,195,162); }
div.DivClassName
{
background-color: #1AC3A2;
}
.BgClassName
{
background-color: #1AC3A2;
}
</style>
border-color css
<style>
span { border-color: #1AC3A2; }
span { border-color: rgb(26,195,162); }
td.TdClassName
{
border-color: #1AC3A2;
}
.TagClassName
{
border-color: #1AC3A2;
}
</style>