Shades of Shamrock #31CEA1
Tints of Shamrock #31CEA1
RGB
CMYK
RGB Variations
Color information
#31CEA1 (or 0x31CEA1) is known color: Shamrock. HEX triplet: 31, CE and A1. RGB value is (49,206,161). Sum of RGB (Red+Green+Blue) = 49+206+161=416 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.78% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #31CEA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CEA1 is #CE315E. Grayscale: #999999. Windows color (decimal): -13513055 or 10604081. OLE color: 10604081.
HSL color Cylindrical-coordinate representation of color #31CEA1: hue angle of 162.8º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CEA1 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 161 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.19 |
| HSL | 162.8º | 0.62% | 0.5% | - |
| HSV(B) | 162.8º | 0.76% | 0.81% | - |
| XYZ | 29.77 | 47.37 | 41.29 | - |
| YUV | 153.93 | 131.99 | 53.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 161 | 0.76 | 0 | 0.22 | 0.19 | 162.8 | 0.62 | 0.5 |
| Hex | 31 | CE | A1 | 4C | 0 | 16 | 13 | A3 | 3E | 32 |
| Octal | 61 | 316 | 241 | 114 | 0 | 26 | 23 | 243 | 76 | 62 |
| Binary | 110001 | 11001110 | 10100001 | 1001100 | 0 | 10110 | 10011 | 10100011 | 111110 | 110010 |
Color Harmonies of #31CEA1
Complementary color
Monochromatic Colors of #31CEA1
Black with #31CEA1
Text Example
Text Example
White with #31CEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CEA1; }
p { color: rgb(49,206,161); }
H1.HeaderClassName
{
color: #31CEA1;
}
.AnyTagClassName
{
color: #31CEA1;
}
</style>
background-color css
<style>
a { background-color: #31CEA1; }
a { background-color: rgb(49,206,161); }
div.DivClassName
{
background-color: #31CEA1;
}
.BgClassName
{
background-color: #31CEA1;
}
</style>
border-color css
<style>
span { border-color: #31CEA1; }
span { border-color: rgb(49,206,161); }
td.TdClassName
{
border-color: #31CEA1;
}
.TagClassName
{
border-color: #31CEA1;
}
</style>