Shades of Sea Green #1A914C
Tints of Sea Green #1A914C
RGB
CMYK
RGB Variations
Color information
#1A914C (or 0x1A914C) is known color: Sea Green. HEX triplet: 1A, 91 and 4C. RGB value is (26,145,76). Sum of RGB (Red+Green+Blue) = 26+145+76=247 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.53% from 247); Green value is 145 (57.03% from 255 or 58.70% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 145 - color contains mainly: green. Hex color #1A914C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A914C is #E56EB3. Grayscale: #656565. Windows color (decimal): -15036084 or 5017882. OLE color: 5017882.
HSL color Cylindrical-coordinate representation of color #1A914C: hue angle of 145.21º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A914C is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 145 | 76 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.43 |
| HSL | 145.21º | 0.7% | 0.34% | - |
| HSV(B) | 145.21º | 0.82% | 0.57% | - |
| XYZ | 11.86 | 20.99 | 10.26 | - |
| YUV | 101.55 | 113.58 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 145 | 76 | 0.82 | 0 | 0.48 | 0.43 | 145.21 | 0.7 | 0.34 |
| Hex | 1A | 91 | 4C | 52 | 0 | 30 | 2B | 91 | 46 | 22 |
| Octal | 32 | 221 | 114 | 122 | 0 | 60 | 53 | 221 | 106 | 42 |
| Binary | 11010 | 10010001 | 1001100 | 1010010 | 0 | 110000 | 101011 | 10010001 | 1000110 | 100010 |
Color Harmonies of #1A914C
Complementary color
Monochromatic Colors of #1A914C
Black with #1A914C
Text Example
Text Example
White with #1A914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A914C; }
p { color: rgb(26,145,76); }
H1.HeaderClassName
{
color: #1A914C;
}
.AnyTagClassName
{
color: #1A914C;
}
</style>
background-color css
<style>
a { background-color: #1A914C; }
a { background-color: rgb(26,145,76); }
div.DivClassName
{
background-color: #1A914C;
}
.BgClassName
{
background-color: #1A914C;
}
</style>
border-color css
<style>
span { border-color: #1A914C; }
span { border-color: rgb(26,145,76); }
td.TdClassName
{
border-color: #1A914C;
}
.TagClassName
{
border-color: #1A914C;
}
</style>