Shades of Shamrock #31D6B4
Tints of Shamrock #31D6B4
RGB
CMYK
RGB Variations
Color information
#31D6B4 (or 0x31D6B4) is known color: Shamrock. HEX triplet: 31, D6 and B4. RGB value is (49,214,180). Sum of RGB (Red+Green+Blue) = 49+214+180=443 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.06% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #31D6B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D6B4 is #CE294B. Grayscale: #A0A0A0. Windows color (decimal): -13510988 or 11851313. OLE color: 11851313.
HSL color Cylindrical-coordinate representation of color #31D6B4: hue angle of 167.64º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D6B4 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 214 | 180 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.16 |
| HSL | 167.64º | 0.67% | 0.52% | - |
| HSV(B) | 167.64º | 0.77% | 0.84% | - |
| XYZ | 33.55 | 52.04 | 51.46 | - |
| YUV | 160.79 | 138.84 | 48.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 214 | 180 | 0.77 | 0 | 0.16 | 0.16 | 167.64 | 0.67 | 0.52 |
| Hex | 31 | D6 | B4 | 4D | 0 | 10 | 10 | A8 | 43 | 34 |
| Octal | 61 | 326 | 264 | 115 | 0 | 20 | 20 | 250 | 103 | 64 |
| Binary | 110001 | 11010110 | 10110100 | 1001101 | 0 | 10000 | 10000 | 10101000 | 1000011 | 110100 |
Color Harmonies of #31D6B4
Complementary color
Monochromatic Colors of #31D6B4
Black with #31D6B4
Text Example
Text Example
White with #31D6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D6B4; }
p { color: rgb(49,214,180); }
H1.HeaderClassName
{
color: #31D6B4;
}
.AnyTagClassName
{
color: #31D6B4;
}
</style>
background-color css
<style>
a { background-color: #31D6B4; }
a { background-color: rgb(49,214,180); }
div.DivClassName
{
background-color: #31D6B4;
}
.BgClassName
{
background-color: #31D6B4;
}
</style>
border-color css
<style>
span { border-color: #31D6B4; }
span { border-color: rgb(49,214,180); }
td.TdClassName
{
border-color: #31D6B4;
}
.TagClassName
{
border-color: #31D6B4;
}
</style>