Shades of Shamrock #1BCD99
Tints of Shamrock #1BCD99
RGB
CMYK
RGB Variations
Color information
#1BCD99 (or 0x1BCD99) is known color: Shamrock. HEX triplet: 1B, CD and 99. RGB value is (27,205,153). Sum of RGB (Red+Green+Blue) = 27+205+153=385 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.01% from 385); Green value is 205 (80.47% from 255 or 53.25% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 205 - color contains mainly: green. Hex color #1BCD99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BCD99 is #E43266. Grayscale: #919191. Windows color (decimal): -14955111 or 10079515. OLE color: 10079515.
HSL color Cylindrical-coordinate representation of color #1BCD99: hue angle of 162.47º 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 #1BCD99 is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 205 | 153 | - |
| CMYK | 0.87 | 0 | 0.25 | 0.20 |
| HSL | 162.47º | 0.77% | 0.45% | - |
| HSV(B) | 162.47º | 0.87% | 0.8% | - |
| XYZ | 28.03 | 46.2 | 37.58 | - |
| YUV | 145.85 | 132.03 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 205 | 153 | 0.87 | 0 | 0.25 | 0.20 | 162.47 | 0.77 | 0.45 |
| Hex | 1B | CD | 99 | 57 | 0 | 19 | 14 | A2 | 4D | 2D |
| Octal | 33 | 315 | 231 | 127 | 0 | 31 | 24 | 242 | 115 | 55 |
| Binary | 11011 | 11001101 | 10011001 | 1010111 | 0 | 11001 | 10100 | 10100010 | 1001101 | 101101 |
Color Harmonies of #1BCD99
Complementary color
Monochromatic Colors of #1BCD99
Black with #1BCD99
Text Example
Text Example
White with #1BCD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCD99; }
p { color: rgb(27,205,153); }
H1.HeaderClassName
{
color: #1BCD99;
}
.AnyTagClassName
{
color: #1BCD99;
}
</style>
background-color css
<style>
a { background-color: #1BCD99; }
a { background-color: rgb(27,205,153); }
div.DivClassName
{
background-color: #1BCD99;
}
.BgClassName
{
background-color: #1BCD99;
}
</style>
border-color css
<style>
span { border-color: #1BCD99; }
span { border-color: rgb(27,205,153); }
td.TdClassName
{
border-color: #1BCD99;
}
.TagClassName
{
border-color: #1BCD99;
}
</style>