Shades of Shamrock #31D0AF
Tints of Shamrock #31D0AF
RGB
CMYK
RGB Variations
Color information
#31D0AF (or 0x31D0AF) is known color: Shamrock. HEX triplet: 31, D0 and AF. RGB value is (49,208,175). Sum of RGB (Red+Green+Blue) = 49+208+175=432 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.34% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #31D0AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D0AF is #CE2F50. Grayscale: #9C9C9C. Windows color (decimal): -13512529 or 11522097. OLE color: 11522097.
HSL color Cylindrical-coordinate representation of color #31D0AF: hue angle of 167.55º 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 #31D0AF is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 208 | 175 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.18 |
| HSL | 167.55º | 0.63% | 0.5% | - |
| HSV(B) | 167.55º | 0.76% | 0.82% | - |
| XYZ | 31.56 | 48.86 | 48.32 | - |
| YUV | 156.7 | 138.32 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 175 | 0.76 | 0 | 0.16 | 0.18 | 167.55 | 0.63 | 0.5 |
| Hex | 31 | D0 | AF | 4C | 0 | 10 | 12 | A8 | 3F | 32 |
| Octal | 61 | 320 | 257 | 114 | 0 | 20 | 22 | 250 | 77 | 62 |
| Binary | 110001 | 11010000 | 10101111 | 1001100 | 0 | 10000 | 10010 | 10101000 | 111111 | 110010 |
Color Harmonies of #31D0AF
Complementary color
Monochromatic Colors of #31D0AF
Black with #31D0AF
Text Example
Text Example
White with #31D0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D0AF; }
p { color: rgb(49,208,175); }
H1.HeaderClassName
{
color: #31D0AF;
}
.AnyTagClassName
{
color: #31D0AF;
}
</style>
background-color css
<style>
a { background-color: #31D0AF; }
a { background-color: rgb(49,208,175); }
div.DivClassName
{
background-color: #31D0AF;
}
.BgClassName
{
background-color: #31D0AF;
}
</style>
border-color css
<style>
span { border-color: #31D0AF; }
span { border-color: rgb(49,208,175); }
td.TdClassName
{
border-color: #31D0AF;
}
.TagClassName
{
border-color: #31D0AF;
}
</style>