Shades of Light Sea Green #1AC0AD
Tints of Light Sea Green #1AC0AD
RGB
CMYK
RGB Variations
Color information
#1AC0AD (or 0x1AC0AD) is known color: Light Sea Green. HEX triplet: 1A, C0 and AD. RGB value is (26,192,173). Sum of RGB (Red+Green+Blue) = 26+192+173=391 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.65% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC0AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC0AD is #E53F52. Grayscale: #8C8C8C. Windows color (decimal): -15023955 or 11386906. OLE color: 11386906.
HSL color Cylindrical-coordinate representation of color #1AC0AD: hue angle of 173.13º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AC0AD is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 192 | 173 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.25 |
| HSL | 173.13º | 0.76% | 0.43% | - |
| HSV(B) | 173.13º | 0.86% | 0.75% | - |
| XYZ | 26.82 | 40.94 | 46.02 | - |
| YUV | 140.2 | 146.5 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 192 | 173 | 0.86 | 0 | 0.10 | 0.25 | 173.13 | 0.76 | 0.43 |
| Hex | 1A | C0 | AD | 56 | 0 | A | 19 | AD | 4C | 2B |
| Octal | 32 | 300 | 255 | 126 | 0 | 12 | 31 | 255 | 114 | 53 |
| Binary | 11010 | 11000000 | 10101101 | 1010110 | 0 | 1010 | 11001 | 10101101 | 1001100 | 101011 |
Color Harmonies of #1AC0AD
Complementary color
Monochromatic Colors of #1AC0AD
Black with #1AC0AD
Text Example
Text Example
White with #1AC0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC0AD; }
p { color: rgb(26,192,173); }
H1.HeaderClassName
{
color: #1AC0AD;
}
.AnyTagClassName
{
color: #1AC0AD;
}
</style>
background-color css
<style>
a { background-color: #1AC0AD; }
a { background-color: rgb(26,192,173); }
div.DivClassName
{
background-color: #1AC0AD;
}
.BgClassName
{
background-color: #1AC0AD;
}
</style>
border-color css
<style>
span { border-color: #1AC0AD; }
span { border-color: rgb(26,192,173); }
td.TdClassName
{
border-color: #1AC0AD;
}
.TagClassName
{
border-color: #1AC0AD;
}
</style>