Shades of Sea Green #1C945C
Tints of Sea Green #1C945C
RGB
CMYK
RGB Variations
Color information
#1C945C (or 0x1C945C) is known color: Sea Green. HEX triplet: 1C, 94 and 5C. RGB value is (28,148,92). Sum of RGB (Red+Green+Blue) = 28+148+92=268 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.45% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #1C945C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C945C is #E36BA3. Grayscale: #696969. Windows color (decimal): -14904228 or 6067228. OLE color: 6067228.
HSL color Cylindrical-coordinate representation of color #1C945C: hue angle of 152º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C945C is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 148 | 92 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.42 |
| HSL | 152º | 0.68% | 0.35% | - |
| HSV(B) | 152º | 0.81% | 0.58% | - |
| XYZ | 13 | 22.2 | 13.72 | - |
| YUV | 105.74 | 120.24 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 148 | 92 | 0.81 | 0 | 0.38 | 0.42 | 152 | 0.68 | 0.35 |
| Hex | 1C | 94 | 5C | 51 | 0 | 26 | 2A | 98 | 44 | 23 |
| Octal | 34 | 224 | 134 | 121 | 0 | 46 | 52 | 230 | 104 | 43 |
| Binary | 11100 | 10010100 | 1011100 | 1010001 | 0 | 100110 | 101010 | 10011000 | 1000100 | 100011 |
Color Harmonies of #1C945C
Complementary color
Monochromatic Colors of #1C945C
Black with #1C945C
Text Example
Text Example
White with #1C945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C945C; }
p { color: rgb(28,148,92); }
H1.HeaderClassName
{
color: #1C945C;
}
.AnyTagClassName
{
color: #1C945C;
}
</style>
background-color css
<style>
a { background-color: #1C945C; }
a { background-color: rgb(28,148,92); }
div.DivClassName
{
background-color: #1C945C;
}
.BgClassName
{
background-color: #1C945C;
}
</style>
border-color css
<style>
span { border-color: #1C945C; }
span { border-color: rgb(28,148,92); }
td.TdClassName
{
border-color: #1C945C;
}
.TagClassName
{
border-color: #1C945C;
}
</style>