Shades of Medium Sea Green #1CC068
Tints of Medium Sea Green #1CC068
RGB
CMYK
RGB Variations
Color information
#1CC068 (or 0x1CC068) is known color: Medium Sea Green. HEX triplet: 1C, C0 and 68. RGB value is (28,192,104). Sum of RGB (Red+Green+Blue) = 28+192+104=324 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.64% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #1CC068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC068 is #E33F97. Grayscale: #858585. Windows color (decimal): -14892952 or 6864924. OLE color: 6864924.
HSL color Cylindrical-coordinate representation of color #1CC068: hue angle of 147.8º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CC068 is Cyan = 0.85, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 192 | 104 | - |
| CMYK | 0.85 | 0 | 0.46 | 0.25 |
| HSL | 147.8º | 0.75% | 0.43% | - |
| HSV(B) | 147.8º | 0.85% | 0.75% | - |
| XYZ | 21.83 | 38.95 | 19.46 | - |
| YUV | 132.93 | 111.67 | 53.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 192 | 104 | 0.85 | 0 | 0.46 | 0.25 | 147.8 | 0.75 | 0.43 |
| Hex | 1C | C0 | 68 | 55 | 0 | 2E | 19 | 94 | 4B | 2B |
| Octal | 34 | 300 | 150 | 125 | 0 | 56 | 31 | 224 | 113 | 53 |
| Binary | 11100 | 11000000 | 1101000 | 1010101 | 0 | 101110 | 11001 | 10010100 | 1001011 | 101011 |
Color Harmonies of #1CC068
Complementary color
Monochromatic Colors of #1CC068
Black with #1CC068
Text Example
Text Example
White with #1CC068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC068; }
p { color: rgb(28,192,104); }
H1.HeaderClassName
{
color: #1CC068;
}
.AnyTagClassName
{
color: #1CC068;
}
</style>
background-color css
<style>
a { background-color: #1CC068; }
a { background-color: rgb(28,192,104); }
div.DivClassName
{
background-color: #1CC068;
}
.BgClassName
{
background-color: #1CC068;
}
</style>
border-color css
<style>
span { border-color: #1CC068; }
span { border-color: rgb(28,192,104); }
td.TdClassName
{
border-color: #1CC068;
}
.TagClassName
{
border-color: #1CC068;
}
</style>