Shades of Shamrock #1BCAA2
Tints of Shamrock #1BCAA2
RGB
CMYK
RGB Variations
Color information
#1BCAA2 (or 0x1BCAA2) is known color: Shamrock. HEX triplet: 1B, CA and A2. RGB value is (27,202,162). Sum of RGB (Red+Green+Blue) = 27+202+162=391 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.91% from 391); Green value is 202 (79.30% from 255 or 51.66% from 391); Blue value is 162 (63.67% from 255 or 41.43% from 391); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCAA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BCAA2 is #E4355D. Grayscale: #919191. Windows color (decimal): -14955870 or 10668571. OLE color: 10668571.
HSL color Cylindrical-coordinate representation of color #1BCAA2: hue angle of 166.29º 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 #1BCAA2 is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 202 | 162 | - |
| CMYK | 0.87 | 0 | 0.20 | 0.21 |
| HSL | 166.29º | 0.76% | 0.45% | - |
| HSV(B) | 166.29º | 0.87% | 0.79% | - |
| XYZ | 28.09 | 45.08 | 41.4 | - |
| YUV | 145.12 | 137.52 | 43.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 202 | 162 | 0.87 | 0 | 0.20 | 0.21 | 166.29 | 0.76 | 0.45 |
| Hex | 1B | CA | A2 | 57 | 0 | 14 | 15 | A6 | 4C | 2D |
| Octal | 33 | 312 | 242 | 127 | 0 | 24 | 25 | 246 | 114 | 55 |
| Binary | 11011 | 11001010 | 10100010 | 1010111 | 0 | 10100 | 10101 | 10100110 | 1001100 | 101101 |
Color Harmonies of #1BCAA2
Complementary color
Monochromatic Colors of #1BCAA2
Black with #1BCAA2
Text Example
Text Example
White with #1BCAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCAA2; }
p { color: rgb(27,202,162); }
H1.HeaderClassName
{
color: #1BCAA2;
}
.AnyTagClassName
{
color: #1BCAA2;
}
</style>
background-color css
<style>
a { background-color: #1BCAA2; }
a { background-color: rgb(27,202,162); }
div.DivClassName
{
background-color: #1BCAA2;
}
.BgClassName
{
background-color: #1BCAA2;
}
</style>
border-color css
<style>
span { border-color: #1BCAA2; }
span { border-color: rgb(27,202,162); }
td.TdClassName
{
border-color: #1BCAA2;
}
.TagClassName
{
border-color: #1BCAA2;
}
</style>