Shades of Shamrock #1BCDA4
Tints of Shamrock #1BCDA4
RGB
CMYK
RGB Variations
Color information
#1BCDA4 (or 0x1BCDA4) is known color: Shamrock. HEX triplet: 1B, CD and A4. RGB value is (27,205,164). Sum of RGB (Red+Green+Blue) = 27+205+164=396 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.82% from 396); Green value is 205 (80.47% from 255 or 51.77% from 396); Blue value is 164 (64.45% from 255 or 41.41% from 396); Max value from RGB is 205 - color contains mainly: green. Hex color #1BCDA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BCDA4 is #E4325B. Grayscale: #939393. Windows color (decimal): -14955100 or 10800411. OLE color: 10800411.
HSL color Cylindrical-coordinate representation of color #1BCDA4: hue angle of 166.18º 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 #1BCDA4 is Cyan = 0.87, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 205 | 164 | - |
| CMYK | 0.87 | 0 | 0.2 | 0.20 |
| HSL | 166.18º | 0.77% | 0.45% | - |
| HSV(B) | 166.18º | 0.87% | 0.8% | - |
| XYZ | 28.98 | 46.58 | 42.58 | - |
| YUV | 147.1 | 137.53 | 42.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 205 | 164 | 0.87 | 0 | 0.2 | 0.20 | 166.18 | 0.77 | 0.45 |
| Hex | 1B | CD | A4 | 57 | 0 | 14 | 14 | A6 | 4D | 2D |
| Octal | 33 | 315 | 244 | 127 | 0 | 24 | 24 | 246 | 115 | 55 |
| Binary | 11011 | 11001101 | 10100100 | 1010111 | 0 | 10100 | 10100 | 10100110 | 1001101 | 101101 |
Color Harmonies of #1BCDA4
Complementary color
Monochromatic Colors of #1BCDA4
Black with #1BCDA4
Text Example
Text Example
White with #1BCDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCDA4; }
p { color: rgb(27,205,164); }
H1.HeaderClassName
{
color: #1BCDA4;
}
.AnyTagClassName
{
color: #1BCDA4;
}
</style>
background-color css
<style>
a { background-color: #1BCDA4; }
a { background-color: rgb(27,205,164); }
div.DivClassName
{
background-color: #1BCDA4;
}
.BgClassName
{
background-color: #1BCDA4;
}
</style>
border-color css
<style>
span { border-color: #1BCDA4; }
span { border-color: rgb(27,205,164); }
td.TdClassName
{
border-color: #1BCDA4;
}
.TagClassName
{
border-color: #1BCDA4;
}
</style>