Shades of Sea Green #1C9155
Tints of Sea Green #1C9155
RGB
CMYK
RGB Variations
Color information
#1C9155 (or 0x1C9155) is known color: Sea Green. HEX triplet: 1C, 91 and 55. RGB value is (28,145,85). Sum of RGB (Red+Green+Blue) = 28+145+85=258 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.85% from 258); Green value is 145 (57.03% from 255 or 56.20% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 145 - color contains mainly: green. Hex color #1C9155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9155 is #E36EAA. Grayscale: #676767. Windows color (decimal): -14905003 or 5607708. OLE color: 5607708.
HSL color Cylindrical-coordinate representation of color #1C9155: hue angle of 149.23º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C9155 is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 28 | 145 | 85 | - |
| CMYK | 0.81 | 0 | 0.41 | 0.43 |
| HSL | 149.23º | 0.68% | 0.34% | - |
| HSV(B) | 149.23º | 0.81% | 0.57% | - |
| XYZ | 12.24 | 21.15 | 12.03 | - |
| YUV | 103.18 | 117.74 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 145 | 85 | 0.81 | 0 | 0.41 | 0.43 | 149.23 | 0.68 | 0.34 |
| Hex | 1C | 91 | 55 | 51 | 0 | 29 | 2B | 95 | 44 | 22 |
| Octal | 34 | 221 | 125 | 121 | 0 | 51 | 53 | 225 | 104 | 42 |
| Binary | 11100 | 10010001 | 1010101 | 1010001 | 0 | 101001 | 101011 | 10010101 | 1000100 | 100010 |
Color Harmonies of #1C9155
Complementary color
Monochromatic Colors of #1C9155
Black with #1C9155
Text Example
Text Example
White with #1C9155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9155; }
p { color: rgb(28,145,85); }
H1.HeaderClassName
{
color: #1C9155;
}
.AnyTagClassName
{
color: #1C9155;
}
</style>
background-color css
<style>
a { background-color: #1C9155; }
a { background-color: rgb(28,145,85); }
div.DivClassName
{
background-color: #1C9155;
}
.BgClassName
{
background-color: #1C9155;
}
</style>
border-color css
<style>
span { border-color: #1C9155; }
span { border-color: rgb(28,145,85); }
td.TdClassName
{
border-color: #1C9155;
}
.TagClassName
{
border-color: #1C9155;
}
</style>