Shades of Sea Green #1C935B
Tints of Sea Green #1C935B
RGB
CMYK
RGB Variations
Color information
#1C935B (or 0x1C935B) is known color: Sea Green. HEX triplet: 1C, 93 and 5B. RGB value is (28,147,91). Sum of RGB (Red+Green+Blue) = 28+147+91=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 147 (57.81% from 255 or 55.26% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 147 - color contains mainly: green. Hex color #1C935B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C935B is #E36CA4. Grayscale: #696969. Windows color (decimal): -14904485 or 6001436. OLE color: 6001436.
HSL color Cylindrical-coordinate representation of color #1C935B: hue angle of 151.76º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C935B is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 147 | 91 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.42 |
| HSL | 151.76º | 0.68% | 0.34% | - |
| HSV(B) | 151.76º | 0.81% | 0.58% | - |
| XYZ | 12.8 | 21.87 | 13.44 | - |
| YUV | 105.04 | 120.08 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 147 | 91 | 0.81 | 0 | 0.38 | 0.42 | 151.76 | 0.68 | 0.34 |
| Hex | 1C | 93 | 5B | 51 | 0 | 26 | 2A | 98 | 44 | 22 |
| Octal | 34 | 223 | 133 | 121 | 0 | 46 | 52 | 230 | 104 | 42 |
| Binary | 11100 | 10010011 | 1011011 | 1010001 | 0 | 100110 | 101010 | 10011000 | 1000100 | 100010 |
Color Harmonies of #1C935B
Complementary color
Monochromatic Colors of #1C935B
Black with #1C935B
Text Example
Text Example
White with #1C935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C935B; }
p { color: rgb(28,147,91); }
H1.HeaderClassName
{
color: #1C935B;
}
.AnyTagClassName
{
color: #1C935B;
}
</style>
background-color css
<style>
a { background-color: #1C935B; }
a { background-color: rgb(28,147,91); }
div.DivClassName
{
background-color: #1C935B;
}
.BgClassName
{
background-color: #1C935B;
}
</style>
border-color css
<style>
span { border-color: #1C935B; }
span { border-color: rgb(28,147,91); }
td.TdClassName
{
border-color: #1C935B;
}
.TagClassName
{
border-color: #1C935B;
}
</style>