Shades of Shamrock #1BC89C
Tints of Shamrock #1BC89C
RGB
CMYK
RGB Variations
Color information
#1BC89C (or 0x1BC89C) is known color: Shamrock. HEX triplet: 1B, C8 and 9C. RGB value is (27,200,156). Sum of RGB (Red+Green+Blue) = 27+200+156=383 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.05% from 383); Green value is 200 (78.52% from 255 or 52.22% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 200 - color contains mainly: green. Hex color #1BC89C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC89C is #E43763. Grayscale: #8F8F8F. Windows color (decimal): -14956388 or 10274843. OLE color: 10274843.
HSL color Cylindrical-coordinate representation of color #1BC89C: hue angle of 164.74º 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 #1BC89C is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 200 | 156 | - |
| CMYK | 0.86 | 0 | 0.22 | 0.22 |
| HSL | 164.74º | 0.76% | 0.45% | - |
| HSV(B) | 164.74º | 0.87% | 0.78% | - |
| XYZ | 27.11 | 43.94 | 38.51 | - |
| YUV | 143.26 | 135.19 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 200 | 156 | 0.86 | 0 | 0.22 | 0.22 | 164.74 | 0.76 | 0.45 |
| Hex | 1B | C8 | 9C | 56 | 0 | 16 | 16 | A5 | 4C | 2D |
| Octal | 33 | 310 | 234 | 126 | 0 | 26 | 26 | 245 | 114 | 55 |
| Binary | 11011 | 11001000 | 10011100 | 1010110 | 0 | 10110 | 10110 | 10100101 | 1001100 | 101101 |
Color Harmonies of #1BC89C
Complementary color
Monochromatic Colors of #1BC89C
Black with #1BC89C
Text Example
Text Example
White with #1BC89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC89C; }
p { color: rgb(27,200,156); }
H1.HeaderClassName
{
color: #1BC89C;
}
.AnyTagClassName
{
color: #1BC89C;
}
</style>
background-color css
<style>
a { background-color: #1BC89C; }
a { background-color: rgb(27,200,156); }
div.DivClassName
{
background-color: #1BC89C;
}
.BgClassName
{
background-color: #1BC89C;
}
</style>
border-color css
<style>
span { border-color: #1BC89C; }
span { border-color: rgb(27,200,156); }
td.TdClassName
{
border-color: #1BC89C;
}
.TagClassName
{
border-color: #1BC89C;
}
</style>