Shades of Shamrock #31DCAB
Tints of Shamrock #31DCAB
RGB
CMYK
RGB Variations
Color information
#31DCAB (or 0x31DCAB) is known color: Shamrock. HEX triplet: 31, DC and AB. RGB value is (49,220,171). Sum of RGB (Red+Green+Blue) = 49+220+171=440 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.14% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #31DCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DCAB is #CE2354. Grayscale: #A3A3A3. Windows color (decimal): -13509461 or 11263025. OLE color: 11263025.
HSL color Cylindrical-coordinate representation of color #31DCAB: hue angle of 162.81º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DCAB is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 171 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.14 |
| HSL | 162.81º | 0.71% | 0.53% | - |
| HSV(B) | 162.81º | 0.78% | 0.86% | - |
| XYZ | 34.21 | 54.78 | 47.3 | - |
| YUV | 163.29 | 132.35 | 46.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 171 | 0.78 | 0 | 0.22 | 0.14 | 162.81 | 0.71 | 0.53 |
| Hex | 31 | DC | AB | 4E | 0 | 16 | E | A3 | 47 | 35 |
| Octal | 61 | 334 | 253 | 116 | 0 | 26 | 16 | 243 | 107 | 65 |
| Binary | 110001 | 11011100 | 10101011 | 1001110 | 0 | 10110 | 1110 | 10100011 | 1000111 | 110101 |
Color Harmonies of #31DCAB
Complementary color
Monochromatic Colors of #31DCAB
Black with #31DCAB
Text Example
Text Example
White with #31DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DCAB; }
p { color: rgb(49,220,171); }
H1.HeaderClassName
{
color: #31DCAB;
}
.AnyTagClassName
{
color: #31DCAB;
}
</style>
background-color css
<style>
a { background-color: #31DCAB; }
a { background-color: rgb(49,220,171); }
div.DivClassName
{
background-color: #31DCAB;
}
.BgClassName
{
background-color: #31DCAB;
}
</style>
border-color css
<style>
span { border-color: #31DCAB; }
span { border-color: rgb(49,220,171); }
td.TdClassName
{
border-color: #31DCAB;
}
.TagClassName
{
border-color: #31DCAB;
}
</style>