Shades of Sea Green #1A934D
Tints of Sea Green #1A934D
RGB
CMYK
RGB Variations
Color information
#1A934D (or 0x1A934D) is known color: Sea Green. HEX triplet: 1A, 93 and 4D. RGB value is (26,147,77). Sum of RGB (Red+Green+Blue) = 26+147+77=250 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.4% from 250); Green value is 147 (57.81% from 255 or 58.8% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 147 - color contains mainly: green. Hex color #1A934D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A934D is #E56CB2. Grayscale: #666666. Windows color (decimal): -15035571 or 5083930. OLE color: 5083930.
HSL color Cylindrical-coordinate representation of color #1A934D: hue angle of 145.29º 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 #1A934D is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 147 | 77 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.42 |
| HSL | 145.29º | 0.7% | 0.34% | - |
| HSV(B) | 145.29º | 0.82% | 0.58% | - |
| XYZ | 12.2 | 21.62 | 10.55 | - |
| YUV | 102.84 | 113.41 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 147 | 77 | 0.82 | 0 | 0.48 | 0.42 | 145.29 | 0.7 | 0.34 |
| Hex | 1A | 93 | 4D | 52 | 0 | 30 | 2A | 91 | 46 | 22 |
| Octal | 32 | 223 | 115 | 122 | 0 | 60 | 52 | 221 | 106 | 42 |
| Binary | 11010 | 10010011 | 1001101 | 1010010 | 0 | 110000 | 101010 | 10010001 | 1000110 | 100010 |
Color Harmonies of #1A934D
Complementary color
Monochromatic Colors of #1A934D
Black with #1A934D
Text Example
Text Example
White with #1A934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A934D; }
p { color: rgb(26,147,77); }
H1.HeaderClassName
{
color: #1A934D;
}
.AnyTagClassName
{
color: #1A934D;
}
</style>
background-color css
<style>
a { background-color: #1A934D; }
a { background-color: rgb(26,147,77); }
div.DivClassName
{
background-color: #1A934D;
}
.BgClassName
{
background-color: #1A934D;
}
</style>
border-color css
<style>
span { border-color: #1A934D; }
span { border-color: rgb(26,147,77); }
td.TdClassName
{
border-color: #1A934D;
}
.TagClassName
{
border-color: #1A934D;
}
</style>