Shades of Shamrock #1BC99C
Tints of Shamrock #1BC99C
RGB
CMYK
RGB Variations
Color information
#1BC99C (or 0x1BC99C) is known color: Shamrock. HEX triplet: 1B, C9 and 9C. RGB value is (27,201,156). Sum of RGB (Red+Green+Blue) = 27+201+156=384 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.03% from 384); Green value is 201 (78.91% from 255 or 52.34% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 201 - color contains mainly: green. Hex color #1BC99C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC99C is #E43663. Grayscale: #8F8F8F. Windows color (decimal): -14956132 or 10275099. OLE color: 10275099.
HSL color Cylindrical-coordinate representation of color #1BC99C: hue angle of 164.48º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BC99C is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 201 | 156 | - |
| CMYK | 0.87 | 0 | 0.22 | 0.21 |
| HSL | 164.48º | 0.76% | 0.45% | - |
| HSV(B) | 164.48º | 0.87% | 0.79% | - |
| XYZ | 27.34 | 44.41 | 38.58 | - |
| YUV | 143.84 | 134.85 | 44.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 201 | 156 | 0.87 | 0 | 0.22 | 0.21 | 164.48 | 0.76 | 0.45 |
| Hex | 1B | C9 | 9C | 57 | 0 | 16 | 15 | A4 | 4C | 2D |
| Octal | 33 | 311 | 234 | 127 | 0 | 26 | 25 | 244 | 114 | 55 |
| Binary | 11011 | 11001001 | 10011100 | 1010111 | 0 | 10110 | 10101 | 10100100 | 1001100 | 101101 |
Color Harmonies of #1BC99C
Complementary color
Monochromatic Colors of #1BC99C
Black with #1BC99C
Text Example
Text Example
White with #1BC99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC99C; }
p { color: rgb(27,201,156); }
H1.HeaderClassName
{
color: #1BC99C;
}
.AnyTagClassName
{
color: #1BC99C;
}
</style>
background-color css
<style>
a { background-color: #1BC99C; }
a { background-color: rgb(27,201,156); }
div.DivClassName
{
background-color: #1BC99C;
}
.BgClassName
{
background-color: #1BC99C;
}
</style>
border-color css
<style>
span { border-color: #1BC99C; }
span { border-color: rgb(27,201,156); }
td.TdClassName
{
border-color: #1BC99C;
}
.TagClassName
{
border-color: #1BC99C;
}
</style>