Shades of Sea Green #1C8E5A
Tints of Sea Green #1C8E5A
RGB
CMYK
RGB Variations
Color information
#1C8E5A (or 0x1C8E5A) is known color: Sea Green. HEX triplet: 1C, 8E and 5A. RGB value is (28,142,90). Sum of RGB (Red+Green+Blue) = 28+142+90=260 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.77% from 260); Green value is 142 (55.86% from 255 or 54.62% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 142 - color contains mainly: green. Hex color #1C8E5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8E5A is #E371A5. Grayscale: #666666. Windows color (decimal): -14905766 or 5934620. OLE color: 5934620.
HSL color Cylindrical-coordinate representation of color #1C8E5A: hue angle of 152.63º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8E5A is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 28 | 142 | 90 | - |
| CMYK | 0.80 | 0 | 0.37 | 0.44 |
| HSL | 152.63º | 0.67% | 0.33% | - |
| HSV(B) | 152.63º | 0.8% | 0.56% | - |
| XYZ | 12 | 20.33 | 12.96 | - |
| YUV | 101.99 | 121.23 | 75.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 142 | 90 | 0.80 | 0 | 0.37 | 0.44 | 152.63 | 0.67 | 0.33 |
| Hex | 1C | 8E | 5A | 50 | 0 | 25 | 2C | 99 | 43 | 21 |
| Octal | 34 | 216 | 132 | 120 | 0 | 45 | 54 | 231 | 103 | 41 |
| Binary | 11100 | 10001110 | 1011010 | 1010000 | 0 | 100101 | 101100 | 10011001 | 1000011 | 100001 |
Color Harmonies of #1C8E5A
Complementary color
Monochromatic Colors of #1C8E5A
Black with #1C8E5A
Text Example
Text Example
White with #1C8E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8E5A; }
p { color: rgb(28,142,90); }
H1.HeaderClassName
{
color: #1C8E5A;
}
.AnyTagClassName
{
color: #1C8E5A;
}
</style>
background-color css
<style>
a { background-color: #1C8E5A; }
a { background-color: rgb(28,142,90); }
div.DivClassName
{
background-color: #1C8E5A;
}
.BgClassName
{
background-color: #1C8E5A;
}
</style>
border-color css
<style>
span { border-color: #1C8E5A; }
span { border-color: rgb(28,142,90); }
td.TdClassName
{
border-color: #1C8E5A;
}
.TagClassName
{
border-color: #1C8E5A;
}
</style>