Shades of Medium Sea Green #1CBC66
Tints of Medium Sea Green #1CBC66
RGB
CMYK
RGB Variations
Color information
#1CBC66 (or 0x1CBC66) is known color: Medium Sea Green. HEX triplet: 1C, BC and 66. RGB value is (28,188,102). Sum of RGB (Red+Green+Blue) = 28+188+102=318 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.81% from 318); Green value is 188 (73.83% from 255 or 59.12% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBC66 is #E34399. Grayscale: #828282. Windows color (decimal): -14893978 or 6732828. OLE color: 6732828.
HSL color Cylindrical-coordinate representation of color #1CBC66: hue angle of 147.75º 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 #1CBC66 is Cyan = 0.85, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 102 | - |
| CMYK | 0.85 | 0 | 0.46 | 0.26 |
| HSL | 147.75º | 0.74% | 0.42% | - |
| HSV(B) | 147.75º | 0.85% | 0.74% | - |
| XYZ | 20.86 | 37.17 | 18.65 | - |
| YUV | 130.36 | 111.99 | 54.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 102 | 0.85 | 0 | 0.46 | 0.26 | 147.75 | 0.74 | 0.42 |
| Hex | 1C | BC | 66 | 55 | 0 | 2E | 1A | 94 | 4A | 2A |
| Octal | 34 | 274 | 146 | 125 | 0 | 56 | 32 | 224 | 112 | 52 |
| Binary | 11100 | 10111100 | 1100110 | 1010101 | 0 | 101110 | 11010 | 10010100 | 1001010 | 101010 |
Color Harmonies of #1CBC66
Complementary color
Monochromatic Colors of #1CBC66
Black with #1CBC66
Text Example
Text Example
White with #1CBC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC66; }
p { color: rgb(28,188,102); }
H1.HeaderClassName
{
color: #1CBC66;
}
.AnyTagClassName
{
color: #1CBC66;
}
</style>
background-color css
<style>
a { background-color: #1CBC66; }
a { background-color: rgb(28,188,102); }
div.DivClassName
{
background-color: #1CBC66;
}
.BgClassName
{
background-color: #1CBC66;
}
</style>
border-color css
<style>
span { border-color: #1CBC66; }
span { border-color: rgb(28,188,102); }
td.TdClassName
{
border-color: #1CBC66;
}
.TagClassName
{
border-color: #1CBC66;
}
</style>