Shades of Shamrock #1BCAA4
Tints of Shamrock #1BCAA4
RGB
CMYK
RGB Variations
Color information
#1BCAA4 (or 0x1BCAA4) is known color: Shamrock. HEX triplet: 1B, CA and A4. RGB value is (27,202,164). Sum of RGB (Red+Green+Blue) = 27+202+164=393 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.87% from 393); Green value is 202 (79.30% from 255 or 51.40% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCAA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BCAA4 is #E4355B. Grayscale: #919191. Windows color (decimal): -14955868 or 10799643. OLE color: 10799643.
HSL color Cylindrical-coordinate representation of color #1BCAA4: hue angle of 166.97º 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 #1BCAA4 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 202 | 164 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.21 |
| HSL | 166.97º | 0.76% | 0.45% | - |
| HSV(B) | 166.97º | 0.87% | 0.79% | - |
| XYZ | 28.27 | 45.15 | 42.35 | - |
| YUV | 145.34 | 138.52 | 43.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 202 | 164 | 0.87 | 0 | 0.19 | 0.21 | 166.97 | 0.76 | 0.45 |
| Hex | 1B | CA | A4 | 57 | 0 | 13 | 15 | A7 | 4C | 2D |
| Octal | 33 | 312 | 244 | 127 | 0 | 23 | 25 | 247 | 114 | 55 |
| Binary | 11011 | 11001010 | 10100100 | 1010111 | 0 | 10011 | 10101 | 10100111 | 1001100 | 101101 |
Color Harmonies of #1BCAA4
Complementary color
Monochromatic Colors of #1BCAA4
Black with #1BCAA4
Text Example
Text Example
White with #1BCAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCAA4; }
p { color: rgb(27,202,164); }
H1.HeaderClassName
{
color: #1BCAA4;
}
.AnyTagClassName
{
color: #1BCAA4;
}
</style>
background-color css
<style>
a { background-color: #1BCAA4; }
a { background-color: rgb(27,202,164); }
div.DivClassName
{
background-color: #1BCAA4;
}
.BgClassName
{
background-color: #1BCAA4;
}
</style>
border-color css
<style>
span { border-color: #1BCAA4; }
span { border-color: rgb(27,202,164); }
td.TdClassName
{
border-color: #1BCAA4;
}
.TagClassName
{
border-color: #1BCAA4;
}
</style>