Shades of Medium Sea Green #1CBC60
Tints of Medium Sea Green #1CBC60
RGB
CMYK
RGB Variations
Color information
#1CBC60 (or 0x1CBC60) is known color: Medium Sea Green. HEX triplet: 1C, BC and 60. RGB value is (28,188,96). Sum of RGB (Red+Green+Blue) = 28+188+96=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 188 (73.83% from 255 or 60.26% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBC60 is #E3439F. Grayscale: #818181. Windows color (decimal): -14893984 or 6339612. OLE color: 6339612.
HSL color Cylindrical-coordinate representation of color #1CBC60: hue angle of 145.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 #1CBC60 is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 96 | - |
| CMYK | 0.85 | 0 | 0.49 | 0.26 |
| HSL | 145.5º | 0.74% | 0.42% | - |
| HSV(B) | 145.5º | 0.85% | 0.74% | - |
| XYZ | 20.57 | 37.06 | 17.13 | - |
| YUV | 129.67 | 108.99 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 96 | 0.85 | 0 | 0.49 | 0.26 | 145.5 | 0.74 | 0.42 |
| Hex | 1C | BC | 60 | 55 | 0 | 31 | 1A | 92 | 4A | 2A |
| Octal | 34 | 274 | 140 | 125 | 0 | 61 | 32 | 222 | 112 | 52 |
| Binary | 11100 | 10111100 | 1100000 | 1010101 | 0 | 110001 | 11010 | 10010010 | 1001010 | 101010 |
Color Harmonies of #1CBC60
Complementary color
Monochromatic Colors of #1CBC60
Black with #1CBC60
Text Example
Text Example
White with #1CBC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC60; }
p { color: rgb(28,188,96); }
H1.HeaderClassName
{
color: #1CBC60;
}
.AnyTagClassName
{
color: #1CBC60;
}
</style>
background-color css
<style>
a { background-color: #1CBC60; }
a { background-color: rgb(28,188,96); }
div.DivClassName
{
background-color: #1CBC60;
}
.BgClassName
{
background-color: #1CBC60;
}
</style>
border-color css
<style>
span { border-color: #1CBC60; }
span { border-color: rgb(28,188,96); }
td.TdClassName
{
border-color: #1CBC60;
}
.TagClassName
{
border-color: #1CBC60;
}
</style>