Shades of Medium Sea Green #1CBC69
Tints of Medium Sea Green #1CBC69
RGB
CMYK
RGB Variations
Color information
#1CBC69 (or 0x1CBC69) is known color: Medium Sea Green. HEX triplet: 1C, BC and 69. RGB value is (28,188,105). Sum of RGB (Red+Green+Blue) = 28+188+105=321 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.72% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBC69 is #E34396. Grayscale: #828282. Windows color (decimal): -14893975 or 6929436. OLE color: 6929436.
HSL color Cylindrical-coordinate representation of color #1CBC69: hue angle of 148.88º 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 #1CBC69 is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 105 | - |
| CMYK | 0.85 | 0 | 0.44 | 0.26 |
| HSL | 148.88º | 0.74% | 0.42% | - |
| HSV(B) | 148.88º | 0.85% | 0.74% | - |
| XYZ | 21.01 | 37.23 | 19.44 | - |
| YUV | 130.7 | 113.49 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 105 | 0.85 | 0 | 0.44 | 0.26 | 148.88 | 0.74 | 0.42 |
| Hex | 1C | BC | 69 | 55 | 0 | 2C | 1A | 95 | 4A | 2A |
| Octal | 34 | 274 | 151 | 125 | 0 | 54 | 32 | 225 | 112 | 52 |
| Binary | 11100 | 10111100 | 1101001 | 1010101 | 0 | 101100 | 11010 | 10010101 | 1001010 | 101010 |
Color Harmonies of #1CBC69
Complementary color
Monochromatic Colors of #1CBC69
Black with #1CBC69
Text Example
Text Example
White with #1CBC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC69; }
p { color: rgb(28,188,105); }
H1.HeaderClassName
{
color: #1CBC69;
}
.AnyTagClassName
{
color: #1CBC69;
}
</style>
background-color css
<style>
a { background-color: #1CBC69; }
a { background-color: rgb(28,188,105); }
div.DivClassName
{
background-color: #1CBC69;
}
.BgClassName
{
background-color: #1CBC69;
}
</style>
border-color css
<style>
span { border-color: #1CBC69; }
span { border-color: rgb(28,188,105); }
td.TdClassName
{
border-color: #1CBC69;
}
.TagClassName
{
border-color: #1CBC69;
}
</style>