Shades of Sea Green #1A994A
Tints of Sea Green #1A994A
RGB
CMYK
RGB Variations
Color information
#1A994A (or 0x1A994A) is known color: Sea Green. HEX triplet: 1A, 99 and 4A. RGB value is (26,153,74). Sum of RGB (Red+Green+Blue) = 26+153+74=253 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.28% from 253); Green value is 153 (60.16% from 255 or 60.47% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 153 - color contains mainly: green. Hex color #1A994A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A994A is #E566B5. Grayscale: #6A6A6A. Windows color (decimal): -15034038 or 4888858. OLE color: 4888858.
HSL color Cylindrical-coordinate representation of color #1A994A: hue angle of 142.68º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A994A is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 26 | 153 | 74 | - |
| CMYK | 0.83 | 0 | 0.52 | 0.4 |
| HSL | 142.68º | 0.71% | 0.35% | - |
| HSV(B) | 142.68º | 0.83% | 0.6% | - |
| XYZ | 13.05 | 23.5 | 10.33 | - |
| YUV | 106.02 | 109.92 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 153 | 74 | 0.83 | 0 | 0.52 | 0.4 | 142.68 | 0.71 | 0.35 |
| Hex | 1A | 99 | 4A | 53 | 0 | 34 | 28 | 8F | 47 | 23 |
| Octal | 32 | 231 | 112 | 123 | 0 | 64 | 50 | 217 | 107 | 43 |
| Binary | 11010 | 10011001 | 1001010 | 1010011 | 0 | 110100 | 101000 | 10001111 | 1000111 | 100011 |
Color Harmonies of #1A994A
Complementary color
Monochromatic Colors of #1A994A
Black with #1A994A
Text Example
Text Example
White with #1A994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A994A; }
p { color: rgb(26,153,74); }
H1.HeaderClassName
{
color: #1A994A;
}
.AnyTagClassName
{
color: #1A994A;
}
</style>
background-color css
<style>
a { background-color: #1A994A; }
a { background-color: rgb(26,153,74); }
div.DivClassName
{
background-color: #1A994A;
}
.BgClassName
{
background-color: #1A994A;
}
</style>
border-color css
<style>
span { border-color: #1A994A; }
span { border-color: rgb(26,153,74); }
td.TdClassName
{
border-color: #1A994A;
}
.TagClassName
{
border-color: #1A994A;
}
</style>