Shades of Shamrock #31D0AA
Tints of Shamrock #31D0AA
RGB
CMYK
RGB Variations
Color information
#31D0AA (or 0x31D0AA) is known color: Shamrock. HEX triplet: 31, D0 and AA. RGB value is (49,208,170). Sum of RGB (Red+Green+Blue) = 49+208+170=427 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.48% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #31D0AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D0AA is #CE2F55. Grayscale: #9C9C9C. Windows color (decimal): -13512534 or 11194417. OLE color: 11194417.
HSL color Cylindrical-coordinate representation of color #31D0AA: hue angle of 165.66º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31D0AA is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 208 | 170 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.18 |
| HSL | 165.66º | 0.63% | 0.5% | - |
| HSV(B) | 165.66º | 0.76% | 0.82% | - |
| XYZ | 31.08 | 48.67 | 45.79 | - |
| YUV | 156.13 | 135.82 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 170 | 0.76 | 0 | 0.18 | 0.18 | 165.66 | 0.63 | 0.5 |
| Hex | 31 | D0 | AA | 4C | 0 | 12 | 12 | A6 | 3F | 32 |
| Octal | 61 | 320 | 252 | 114 | 0 | 22 | 22 | 246 | 77 | 62 |
| Binary | 110001 | 11010000 | 10101010 | 1001100 | 0 | 10010 | 10010 | 10100110 | 111111 | 110010 |
Color Harmonies of #31D0AA
Complementary color
Monochromatic Colors of #31D0AA
Black with #31D0AA
Text Example
Text Example
White with #31D0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D0AA; }
p { color: rgb(49,208,170); }
H1.HeaderClassName
{
color: #31D0AA;
}
.AnyTagClassName
{
color: #31D0AA;
}
</style>
background-color css
<style>
a { background-color: #31D0AA; }
a { background-color: rgb(49,208,170); }
div.DivClassName
{
background-color: #31D0AA;
}
.BgClassName
{
background-color: #31D0AA;
}
</style>
border-color css
<style>
span { border-color: #31D0AA; }
span { border-color: rgb(49,208,170); }
td.TdClassName
{
border-color: #31D0AA;
}
.TagClassName
{
border-color: #31D0AA;
}
</style>