Shades of Sea Green #1A944D
Tints of Sea Green #1A944D
RGB
CMYK
RGB Variations
Color information
#1A944D (or 0x1A944D) is known color: Sea Green. HEX triplet: 1A, 94 and 4D. RGB value is (26,148,77). Sum of RGB (Red+Green+Blue) = 26+148+77=251 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.36% from 251); Green value is 148 (58.20% from 255 or 58.96% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 148 - color contains mainly: green. Hex color #1A944D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A944D is #E56BB2. Grayscale: #676767. Windows color (decimal): -15035315 or 5084186. OLE color: 5084186.
HSL color Cylindrical-coordinate representation of color #1A944D: hue angle of 145.08º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A944D is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 148 | 77 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.42 |
| HSL | 145.08º | 0.7% | 0.34% | - |
| HSV(B) | 145.08º | 0.82% | 0.58% | - |
| XYZ | 12.36 | 21.94 | 10.6 | - |
| YUV | 103.43 | 113.08 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 148 | 77 | 0.82 | 0 | 0.48 | 0.42 | 145.08 | 0.7 | 0.34 |
| Hex | 1A | 94 | 4D | 52 | 0 | 30 | 2A | 91 | 46 | 22 |
| Octal | 32 | 224 | 115 | 122 | 0 | 60 | 52 | 221 | 106 | 42 |
| Binary | 11010 | 10010100 | 1001101 | 1010010 | 0 | 110000 | 101010 | 10010001 | 1000110 | 100010 |
Color Harmonies of #1A944D
Complementary color
Monochromatic Colors of #1A944D
Black with #1A944D
Text Example
Text Example
White with #1A944D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A944D; }
p { color: rgb(26,148,77); }
H1.HeaderClassName
{
color: #1A944D;
}
.AnyTagClassName
{
color: #1A944D;
}
</style>
background-color css
<style>
a { background-color: #1A944D; }
a { background-color: rgb(26,148,77); }
div.DivClassName
{
background-color: #1A944D;
}
.BgClassName
{
background-color: #1A944D;
}
</style>
border-color css
<style>
span { border-color: #1A944D; }
span { border-color: rgb(26,148,77); }
td.TdClassName
{
border-color: #1A944D;
}
.TagClassName
{
border-color: #1A944D;
}
</style>