Shades of Medium Sea Green #1CBC68
Tints of Medium Sea Green #1CBC68
RGB
CMYK
RGB Variations
Color information
#1CBC68 (or 0x1CBC68) is known color: Medium Sea Green. HEX triplet: 1C, BC and 68. RGB value is (28,188,104). Sum of RGB (Red+Green+Blue) = 28+188+104=320 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.75% from 320); Green value is 188 (73.83% from 255 or 58.75% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBC68 is #E34397. Grayscale: #828282. Windows color (decimal): -14893976 or 6863900. OLE color: 6863900.
HSL color Cylindrical-coordinate representation of color #1CBC68: hue angle of 148.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBC68 is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 104 | - |
| CMYK | 0.85 | 0 | 0.45 | 0.26 |
| HSL | 148.5º | 0.74% | 0.42% | - |
| HSV(B) | 148.5º | 0.85% | 0.74% | - |
| XYZ | 20.96 | 37.21 | 19.17 | - |
| YUV | 130.58 | 112.99 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 104 | 0.85 | 0 | 0.45 | 0.26 | 148.5 | 0.74 | 0.42 |
| Hex | 1C | BC | 68 | 55 | 0 | 2D | 1A | 94 | 4A | 2A |
| Octal | 34 | 274 | 150 | 125 | 0 | 55 | 32 | 224 | 112 | 52 |
| Binary | 11100 | 10111100 | 1101000 | 1010101 | 0 | 101101 | 11010 | 10010100 | 1001010 | 101010 |
Color Harmonies of #1CBC68
Complementary color
Monochromatic Colors of #1CBC68
Black with #1CBC68
Text Example
Text Example
White with #1CBC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC68; }
p { color: rgb(28,188,104); }
H1.HeaderClassName
{
color: #1CBC68;
}
.AnyTagClassName
{
color: #1CBC68;
}
</style>
background-color css
<style>
a { background-color: #1CBC68; }
a { background-color: rgb(28,188,104); }
div.DivClassName
{
background-color: #1CBC68;
}
.BgClassName
{
background-color: #1CBC68;
}
</style>
border-color css
<style>
span { border-color: #1CBC68; }
span { border-color: rgb(28,188,104); }
td.TdClassName
{
border-color: #1CBC68;
}
.TagClassName
{
border-color: #1CBC68;
}
</style>