Shades of Sea Green #1C945A
Tints of Sea Green #1C945A
RGB
CMYK
RGB Variations
Color information
#1C945A (or 0x1C945A) is known color: Sea Green. HEX triplet: 1C, 94 and 5A. RGB value is (28,148,90). Sum of RGB (Red+Green+Blue) = 28+148+90=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #1C945A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C945A is #E36BA5. Grayscale: #696969. Windows color (decimal): -14904230 or 5936156. OLE color: 5936156.
HSL color Cylindrical-coordinate representation of color #1C945A: hue angle of 151º 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 #1C945A is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 148 | 90 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.42 |
| HSL | 151º | 0.68% | 0.35% | - |
| HSV(B) | 151º | 0.81% | 0.58% | - |
| XYZ | 12.91 | 22.16 | 13.27 | - |
| YUV | 105.51 | 119.24 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 148 | 90 | 0.81 | 0 | 0.39 | 0.42 | 151 | 0.68 | 0.35 |
| Hex | 1C | 94 | 5A | 51 | 0 | 27 | 2A | 97 | 44 | 23 |
| Octal | 34 | 224 | 132 | 121 | 0 | 47 | 52 | 227 | 104 | 43 |
| Binary | 11100 | 10010100 | 1011010 | 1010001 | 0 | 100111 | 101010 | 10010111 | 1000100 | 100011 |
Color Harmonies of #1C945A
Complementary color
Monochromatic Colors of #1C945A
Black with #1C945A
Text Example
Text Example
White with #1C945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C945A; }
p { color: rgb(28,148,90); }
H1.HeaderClassName
{
color: #1C945A;
}
.AnyTagClassName
{
color: #1C945A;
}
</style>
background-color css
<style>
a { background-color: #1C945A; }
a { background-color: rgb(28,148,90); }
div.DivClassName
{
background-color: #1C945A;
}
.BgClassName
{
background-color: #1C945A;
}
</style>
border-color css
<style>
span { border-color: #1C945A; }
span { border-color: rgb(28,148,90); }
td.TdClassName
{
border-color: #1C945A;
}
.TagClassName
{
border-color: #1C945A;
}
</style>