Shades of Shamrock #31DCAD
Tints of Shamrock #31DCAD
RGB
CMYK
RGB Variations
Color information
#31DCAD (or 0x31DCAD) is known color: Shamrock. HEX triplet: 31, DC and AD. RGB value is (49,220,173). Sum of RGB (Red+Green+Blue) = 49+220+173=442 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.09% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #31DCAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DCAD is #CE2352. Grayscale: #A3A3A3. Windows color (decimal): -13509459 or 11394097. OLE color: 11394097.
HSL color Cylindrical-coordinate representation of color #31DCAD: hue angle of 163.51º 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 #31DCAD is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 173 | - |
| CMYK | 0.78 | 0 | 0.21 | 0.14 |
| HSL | 163.51º | 0.71% | 0.53% | - |
| HSV(B) | 163.51º | 0.78% | 0.86% | - |
| XYZ | 34.4 | 54.86 | 48.31 | - |
| YUV | 163.51 | 133.35 | 46.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 173 | 0.78 | 0 | 0.21 | 0.14 | 163.51 | 0.71 | 0.53 |
| Hex | 31 | DC | AD | 4E | 0 | 15 | E | A4 | 47 | 35 |
| Octal | 61 | 334 | 255 | 116 | 0 | 25 | 16 | 244 | 107 | 65 |
| Binary | 110001 | 11011100 | 10101101 | 1001110 | 0 | 10101 | 1110 | 10100100 | 1000111 | 110101 |
Color Harmonies of #31DCAD
Complementary color
Monochromatic Colors of #31DCAD
Black with #31DCAD
Text Example
Text Example
White with #31DCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DCAD; }
p { color: rgb(49,220,173); }
H1.HeaderClassName
{
color: #31DCAD;
}
.AnyTagClassName
{
color: #31DCAD;
}
</style>
background-color css
<style>
a { background-color: #31DCAD; }
a { background-color: rgb(49,220,173); }
div.DivClassName
{
background-color: #31DCAD;
}
.BgClassName
{
background-color: #31DCAD;
}
</style>
border-color css
<style>
span { border-color: #31DCAD; }
span { border-color: rgb(49,220,173); }
td.TdClassName
{
border-color: #31DCAD;
}
.TagClassName
{
border-color: #31DCAD;
}
</style>