Shades of Shamrock #31CDAB
Tints of Shamrock #31CDAB
RGB
CMYK
RGB Variations
Color information
#31CDAB (or 0x31CDAB) is known color: Shamrock. HEX triplet: 31, CD and AB. RGB value is (49,205,171). Sum of RGB (Red+Green+Blue) = 49+205+171=425 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.53% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 205 - color contains mainly: green. Hex color #31CDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CDAB is #CE3254. Grayscale: #9A9A9A. Windows color (decimal): -13513301 or 11259185. OLE color: 11259185.
HSL color Cylindrical-coordinate representation of color #31CDAB: hue angle of 166.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CDAB is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 205 | 171 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.20 |
| HSL | 166.92º | 0.61% | 0.5% | - |
| HSV(B) | 166.92º | 0.76% | 0.8% | - |
| XYZ | 30.45 | 47.26 | 46.04 | - |
| YUV | 154.48 | 137.32 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 205 | 171 | 0.76 | 0 | 0.17 | 0.20 | 166.92 | 0.61 | 0.5 |
| Hex | 31 | CD | AB | 4C | 0 | 11 | 14 | A7 | 3D | 32 |
| Octal | 61 | 315 | 253 | 114 | 0 | 21 | 24 | 247 | 75 | 62 |
| Binary | 110001 | 11001101 | 10101011 | 1001100 | 0 | 10001 | 10100 | 10100111 | 111101 | 110010 |
Color Harmonies of #31CDAB
Complementary color
Monochromatic Colors of #31CDAB
Black with #31CDAB
Text Example
Text Example
White with #31CDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CDAB; }
p { color: rgb(49,205,171); }
H1.HeaderClassName
{
color: #31CDAB;
}
.AnyTagClassName
{
color: #31CDAB;
}
</style>
background-color css
<style>
a { background-color: #31CDAB; }
a { background-color: rgb(49,205,171); }
div.DivClassName
{
background-color: #31CDAB;
}
.BgClassName
{
background-color: #31CDAB;
}
</style>
border-color css
<style>
span { border-color: #31CDAB; }
span { border-color: rgb(49,205,171); }
td.TdClassName
{
border-color: #31CDAB;
}
.TagClassName
{
border-color: #31CDAB;
}
</style>