Shades of Shamrock #1BC89B
Tints of Shamrock #1BC89B
RGB
CMYK
RGB Variations
Color information
#1BC89B (or 0x1BC89B) is known color: Shamrock. HEX triplet: 1B, C8 and 9B. RGB value is (27,200,155). Sum of RGB (Red+Green+Blue) = 27+200+155=382 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.07% from 382); Green value is 200 (78.52% from 255 or 52.36% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 200 - color contains mainly: green. Hex color #1BC89B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC89B is #E43764. Grayscale: #8F8F8F. Windows color (decimal): -14956389 or 10209307. OLE color: 10209307.
HSL color Cylindrical-coordinate representation of color #1BC89B: hue angle of 164.39º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BC89B is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 200 | 155 | - |
| CMYK | 0.86 | 0 | 0.22 | 0.22 |
| HSL | 164.39º | 0.76% | 0.45% | - |
| HSV(B) | 164.39º | 0.87% | 0.78% | - |
| XYZ | 27.02 | 43.91 | 38.06 | - |
| YUV | 143.14 | 134.69 | 45.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 200 | 155 | 0.86 | 0 | 0.22 | 0.22 | 164.39 | 0.76 | 0.45 |
| Hex | 1B | C8 | 9B | 56 | 0 | 16 | 16 | A4 | 4C | 2D |
| Octal | 33 | 310 | 233 | 126 | 0 | 26 | 26 | 244 | 114 | 55 |
| Binary | 11011 | 11001000 | 10011011 | 1010110 | 0 | 10110 | 10110 | 10100100 | 1001100 | 101101 |
Color Harmonies of #1BC89B
Complementary color
Monochromatic Colors of #1BC89B
Black with #1BC89B
Text Example
Text Example
White with #1BC89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC89B; }
p { color: rgb(27,200,155); }
H1.HeaderClassName
{
color: #1BC89B;
}
.AnyTagClassName
{
color: #1BC89B;
}
</style>
background-color css
<style>
a { background-color: #1BC89B; }
a { background-color: rgb(27,200,155); }
div.DivClassName
{
background-color: #1BC89B;
}
.BgClassName
{
background-color: #1BC89B;
}
</style>
border-color css
<style>
span { border-color: #1BC89B; }
span { border-color: rgb(27,200,155); }
td.TdClassName
{
border-color: #1BC89B;
}
.TagClassName
{
border-color: #1BC89B;
}
</style>