Shades of Sea Green #1C8D4D
Tints of Sea Green #1C8D4D
RGB
CMYK
RGB Variations
Color information
#1C8D4D (or 0x1C8D4D) is known color: Sea Green. HEX triplet: 1C, 8D and 4D. RGB value is (28,141,77). Sum of RGB (Red+Green+Blue) = 28+141+77=246 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.38% from 246); Green value is 141 (55.47% from 255 or 57.32% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 141 - color contains mainly: green. Hex color #1C8D4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8D4D is #E372B2. Grayscale: #646464. Windows color (decimal): -14906035 or 5082396. OLE color: 5082396.
HSL color Cylindrical-coordinate representation of color #1C8D4D: hue angle of 146.02º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8D4D is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 141 | 77 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.45 |
| HSL | 146.02º | 0.67% | 0.33% | - |
| HSV(B) | 146.02º | 0.8% | 0.55% | - |
| XYZ | 11.34 | 19.83 | 10.25 | - |
| YUV | 99.92 | 115.06 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 141 | 77 | 0.80 | 0 | 0.45 | 0.45 | 146.02 | 0.67 | 0.33 |
| Hex | 1C | 8D | 4D | 50 | 0 | 2D | 2D | 92 | 43 | 21 |
| Octal | 34 | 215 | 115 | 120 | 0 | 55 | 55 | 222 | 103 | 41 |
| Binary | 11100 | 10001101 | 1001101 | 1010000 | 0 | 101101 | 101101 | 10010010 | 1000011 | 100001 |
Color Harmonies of #1C8D4D
Complementary color
Monochromatic Colors of #1C8D4D
Black with #1C8D4D
Text Example
Text Example
White with #1C8D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8D4D; }
p { color: rgb(28,141,77); }
H1.HeaderClassName
{
color: #1C8D4D;
}
.AnyTagClassName
{
color: #1C8D4D;
}
</style>
background-color css
<style>
a { background-color: #1C8D4D; }
a { background-color: rgb(28,141,77); }
div.DivClassName
{
background-color: #1C8D4D;
}
.BgClassName
{
background-color: #1C8D4D;
}
</style>
border-color css
<style>
span { border-color: #1C8D4D; }
span { border-color: rgb(28,141,77); }
td.TdClassName
{
border-color: #1C8D4D;
}
.TagClassName
{
border-color: #1C8D4D;
}
</style>