Shades of Shamrock #1BCFAA
Tints of Shamrock #1BCFAA
RGB
CMYK
RGB Variations
Color information
#1BCFAA (or 0x1BCFAA) is known color: Shamrock. HEX triplet: 1B, CF and AA. RGB value is (27,207,170). Sum of RGB (Red+Green+Blue) = 27+207+170=404 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.68% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #1BCFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BCFAA is #E43055. Grayscale: #949494. Windows color (decimal): -14954582 or 11194139. OLE color: 11194139.
HSL color Cylindrical-coordinate representation of color #1BCFAA: hue angle of 167.67º 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 #1BCFAA is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 207 | 170 | - |
| CMYK | 0.87 | 0 | 0.18 | 0.19 |
| HSL | 167.67º | 0.77% | 0.46% | - |
| HSV(B) | 167.67º | 0.87% | 0.81% | - |
| XYZ | 30.02 | 47.76 | 45.67 | - |
| YUV | 148.96 | 139.87 | 41.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 207 | 170 | 0.87 | 0 | 0.18 | 0.19 | 167.67 | 0.77 | 0.46 |
| Hex | 1B | CF | AA | 57 | 0 | 12 | 13 | A8 | 4D | 2E |
| Octal | 33 | 317 | 252 | 127 | 0 | 22 | 23 | 250 | 115 | 56 |
| Binary | 11011 | 11001111 | 10101010 | 1010111 | 0 | 10010 | 10011 | 10101000 | 1001101 | 101110 |
Color Harmonies of #1BCFAA
Complementary color
Monochromatic Colors of #1BCFAA
Black with #1BCFAA
Text Example
Text Example
White with #1BCFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCFAA; }
p { color: rgb(27,207,170); }
H1.HeaderClassName
{
color: #1BCFAA;
}
.AnyTagClassName
{
color: #1BCFAA;
}
</style>
background-color css
<style>
a { background-color: #1BCFAA; }
a { background-color: rgb(27,207,170); }
div.DivClassName
{
background-color: #1BCFAA;
}
.BgClassName
{
background-color: #1BCFAA;
}
</style>
border-color css
<style>
span { border-color: #1BCFAA; }
span { border-color: rgb(27,207,170); }
td.TdClassName
{
border-color: #1BCFAA;
}
.TagClassName
{
border-color: #1BCFAA;
}
</style>