Shades of Shamrock #1BDDAD
Tints of Shamrock #1BDDAD
RGB
CMYK
RGB Variations
Color information
#1BDDAD (or 0x1BDDAD) is known color: Shamrock. HEX triplet: 1B, DD and AD. RGB value is (27,221,173). Sum of RGB (Red+Green+Blue) = 27+221+173=421 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.41% from 421); Green value is 221 (86.72% from 255 or 52.49% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDDAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BDDAD is #E42252. Grayscale: #9D9D9D. Windows color (decimal): -14950995 or 11394331. OLE color: 11394331.
HSL color Cylindrical-coordinate representation of color #1BDDAD: hue angle of 165.15º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDDAD is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 173 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.13 |
| HSL | 165.15º | 0.78% | 0.49% | - |
| HSV(B) | 165.15º | 0.88% | 0.87% | - |
| XYZ | 33.85 | 54.96 | 48.36 | - |
| YUV | 157.52 | 136.73 | 34.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 173 | 0.88 | 0 | 0.22 | 0.13 | 165.15 | 0.78 | 0.49 |
| Hex | 1B | DD | AD | 58 | 0 | 16 | D | A5 | 4E | 31 |
| Octal | 33 | 335 | 255 | 130 | 0 | 26 | 15 | 245 | 116 | 61 |
| Binary | 11011 | 11011101 | 10101101 | 1011000 | 0 | 10110 | 1101 | 10100101 | 1001110 | 110001 |
Color Harmonies of #1BDDAD
Complementary color
Monochromatic Colors of #1BDDAD
Black with #1BDDAD
Text Example
Text Example
White with #1BDDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDDAD; }
p { color: rgb(27,221,173); }
H1.HeaderClassName
{
color: #1BDDAD;
}
.AnyTagClassName
{
color: #1BDDAD;
}
</style>
background-color css
<style>
a { background-color: #1BDDAD; }
a { background-color: rgb(27,221,173); }
div.DivClassName
{
background-color: #1BDDAD;
}
.BgClassName
{
background-color: #1BDDAD;
}
</style>
border-color css
<style>
span { border-color: #1BDDAD; }
span { border-color: rgb(27,221,173); }
td.TdClassName
{
border-color: #1BDDAD;
}
.TagClassName
{
border-color: #1BDDAD;
}
</style>