Shades of Shamrock #31C2A8
Tints of Shamrock #31C2A8
RGB
CMYK
RGB Variations
Color information
#31C2A8 (or 0x31C2A8) is known color: Shamrock. HEX triplet: 31, C2 and A8. RGB value is (49,194,168). Sum of RGB (Red+Green+Blue) = 49+194+168=411 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.92% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 194 - color contains mainly: green. Hex color #31C2A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C2A8 is #CE3D57. Grayscale: #939393. Windows color (decimal): -13516120 or 11059761. OLE color: 11059761.
HSL color Cylindrical-coordinate representation of color #31C2A8: hue angle of 169.24º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C2A8 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 194 | 168 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.24 |
| HSL | 169.24º | 0.6% | 0.48% | - |
| HSV(B) | 169.24º | 0.75% | 0.76% | - |
| XYZ | 27.63 | 42.06 | 43.71 | - |
| YUV | 147.68 | 139.46 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 194 | 168 | 0.75 | 0 | 0.13 | 0.24 | 169.24 | 0.6 | 0.48 |
| Hex | 31 | C2 | A8 | 4B | 0 | D | 18 | A9 | 3C | 30 |
| Octal | 61 | 302 | 250 | 113 | 0 | 15 | 30 | 251 | 74 | 60 |
| Binary | 110001 | 11000010 | 10101000 | 1001011 | 0 | 1101 | 11000 | 10101001 | 111100 | 110000 |
Color Harmonies of #31C2A8
Complementary color
Monochromatic Colors of #31C2A8
Black with #31C2A8
Text Example
Text Example
White with #31C2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C2A8; }
p { color: rgb(49,194,168); }
H1.HeaderClassName
{
color: #31C2A8;
}
.AnyTagClassName
{
color: #31C2A8;
}
</style>
background-color css
<style>
a { background-color: #31C2A8; }
a { background-color: rgb(49,194,168); }
div.DivClassName
{
background-color: #31C2A8;
}
.BgClassName
{
background-color: #31C2A8;
}
</style>
border-color css
<style>
span { border-color: #31C2A8; }
span { border-color: rgb(49,194,168); }
td.TdClassName
{
border-color: #31C2A8;
}
.TagClassName
{
border-color: #31C2A8;
}
</style>