Shades of Medium Sea Green #1CC166
Tints of Medium Sea Green #1CC166
RGB
CMYK
RGB Variations
Color information
#1CC166 (or 0x1CC166) is known color: Medium Sea Green. HEX triplet: 1C, C1 and 66. RGB value is (28,193,102). Sum of RGB (Red+Green+Blue) = 28+193+102=323 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.67% from 323); Green value is 193 (75.78% from 255 or 59.75% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 193 - color contains mainly: green. Hex color #1CC166 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC166 is #E33E99. Grayscale: #858585. Windows color (decimal): -14892698 or 6734108. OLE color: 6734108.
HSL color Cylindrical-coordinate representation of color #1CC166: hue angle of 146.91º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CC166 is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 193 | 102 | - |
| CMYK | 0.85 | 0 | 0.47 | 0.24 |
| HSL | 146.91º | 0.75% | 0.43% | - |
| HSV(B) | 146.91º | 0.85% | 0.76% | - |
| XYZ | 21.95 | 39.35 | 19.01 | - |
| YUV | 133.29 | 110.34 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 193 | 102 | 0.85 | 0 | 0.47 | 0.24 | 146.91 | 0.75 | 0.43 |
| Hex | 1C | C1 | 66 | 55 | 0 | 2F | 18 | 93 | 4B | 2B |
| Octal | 34 | 301 | 146 | 125 | 0 | 57 | 30 | 223 | 113 | 53 |
| Binary | 11100 | 11000001 | 1100110 | 1010101 | 0 | 101111 | 11000 | 10010011 | 1001011 | 101011 |
Color Harmonies of #1CC166
Complementary color
Monochromatic Colors of #1CC166
Black with #1CC166
Text Example
Text Example
White with #1CC166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC166; }
p { color: rgb(28,193,102); }
H1.HeaderClassName
{
color: #1CC166;
}
.AnyTagClassName
{
color: #1CC166;
}
</style>
background-color css
<style>
a { background-color: #1CC166; }
a { background-color: rgb(28,193,102); }
div.DivClassName
{
background-color: #1CC166;
}
.BgClassName
{
background-color: #1CC166;
}
</style>
border-color css
<style>
span { border-color: #1CC166; }
span { border-color: rgb(28,193,102); }
td.TdClassName
{
border-color: #1CC166;
}
.TagClassName
{
border-color: #1CC166;
}
</style>