Shades of Shamrock #1BCB9B
Tints of Shamrock #1BCB9B
RGB
CMYK
RGB Variations
Color information
#1BCB9B (or 0x1BCB9B) is known color: Shamrock. HEX triplet: 1B, CB and 9B. RGB value is (27,203,155). Sum of RGB (Red+Green+Blue) = 27+203+155=385 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.01% from 385); Green value is 203 (79.69% from 255 or 52.73% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 203 - color contains mainly: green. Hex color #1BCB9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BCB9B is #E43464. Grayscale: #909090. Windows color (decimal): -14955621 or 10210075. OLE color: 10210075.
HSL color Cylindrical-coordinate representation of color #1BCB9B: hue angle of 163.64º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCB9B is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 203 | 155 | - |
| CMYK | 0.87 | 0 | 0.24 | 0.20 |
| HSL | 163.64º | 0.77% | 0.45% | - |
| HSV(B) | 163.64º | 0.87% | 0.8% | - |
| XYZ | 27.72 | 45.31 | 38.3 | - |
| YUV | 144.9 | 133.69 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 203 | 155 | 0.87 | 0 | 0.24 | 0.20 | 163.64 | 0.77 | 0.45 |
| Hex | 1B | CB | 9B | 57 | 0 | 18 | 14 | A4 | 4D | 2D |
| Octal | 33 | 313 | 233 | 127 | 0 | 30 | 24 | 244 | 115 | 55 |
| Binary | 11011 | 11001011 | 10011011 | 1010111 | 0 | 11000 | 10100 | 10100100 | 1001101 | 101101 |
Color Harmonies of #1BCB9B
Complementary color
Monochromatic Colors of #1BCB9B
Black with #1BCB9B
Text Example
Text Example
White with #1BCB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCB9B; }
p { color: rgb(27,203,155); }
H1.HeaderClassName
{
color: #1BCB9B;
}
.AnyTagClassName
{
color: #1BCB9B;
}
</style>
background-color css
<style>
a { background-color: #1BCB9B; }
a { background-color: rgb(27,203,155); }
div.DivClassName
{
background-color: #1BCB9B;
}
.BgClassName
{
background-color: #1BCB9B;
}
</style>
border-color css
<style>
span { border-color: #1BCB9B; }
span { border-color: rgb(27,203,155); }
td.TdClassName
{
border-color: #1BCB9B;
}
.TagClassName
{
border-color: #1BCB9B;
}
</style>