Shades of Shamrock #1BCE8F
Tints of Shamrock #1BCE8F
RGB
CMYK
RGB Variations
Color information
#1BCE8F (or 0x1BCE8F) is known color: Shamrock. HEX triplet: 1B, CE and 8F. RGB value is (27,206,143). Sum of RGB (Red+Green+Blue) = 27+206+143=376 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.18% from 376); Green value is 206 (80.86% from 255 or 54.79% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 206 - color contains mainly: green. Hex color #1BCE8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BCE8F is #E43170. Grayscale: #919191. Windows color (decimal): -14954865 or 9424411. OLE color: 9424411.
HSL color Cylindrical-coordinate representation of color #1BCE8F: hue angle of 158.88º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCE8F is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 206 | 143 | - |
| CMYK | 0.87 | 0 | 0.31 | 0.19 |
| HSL | 158.88º | 0.77% | 0.46% | - |
| HSV(B) | 158.88º | 0.87% | 0.81% | - |
| XYZ | 27.48 | 46.36 | 33.49 | - |
| YUV | 145.3 | 126.7 | 43.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 206 | 143 | 0.87 | 0 | 0.31 | 0.19 | 158.88 | 0.77 | 0.46 |
| Hex | 1B | CE | 8F | 57 | 0 | 1F | 13 | 9F | 4D | 2E |
| Octal | 33 | 316 | 217 | 127 | 0 | 37 | 23 | 237 | 115 | 56 |
| Binary | 11011 | 11001110 | 10001111 | 1010111 | 0 | 11111 | 10011 | 10011111 | 1001101 | 101110 |
Color Harmonies of #1BCE8F
Complementary color
Monochromatic Colors of #1BCE8F
Black with #1BCE8F
Text Example
Text Example
White with #1BCE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCE8F; }
p { color: rgb(27,206,143); }
H1.HeaderClassName
{
color: #1BCE8F;
}
.AnyTagClassName
{
color: #1BCE8F;
}
</style>
background-color css
<style>
a { background-color: #1BCE8F; }
a { background-color: rgb(27,206,143); }
div.DivClassName
{
background-color: #1BCE8F;
}
.BgClassName
{
background-color: #1BCE8F;
}
</style>
border-color css
<style>
span { border-color: #1BCE8F; }
span { border-color: rgb(27,206,143); }
td.TdClassName
{
border-color: #1BCE8F;
}
.TagClassName
{
border-color: #1BCE8F;
}
</style>