Shades of Shamrock #31CBA1
Tints of Shamrock #31CBA1
RGB
CMYK
RGB Variations
Color information
#31CBA1 (or 0x31CBA1) is known color: Shamrock. HEX triplet: 31, CB and A1. RGB value is (49,203,161). Sum of RGB (Red+Green+Blue) = 49+203+161=413 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.86% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #31CBA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CBA1 is #CE345E. Grayscale: #989898. Windows color (decimal): -13513823 or 10603313. OLE color: 10603313.
HSL color Cylindrical-coordinate representation of color #31CBA1: hue angle of 163.64º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CBA1 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 203 | 161 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.20 |
| HSL | 163.64º | 0.61% | 0.49% | - |
| HSV(B) | 163.64º | 0.76% | 0.8% | - |
| XYZ | 29.06 | 45.94 | 41.05 | - |
| YUV | 152.17 | 132.98 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 203 | 161 | 0.76 | 0 | 0.21 | 0.20 | 163.64 | 0.61 | 0.49 |
| Hex | 31 | CB | A1 | 4C | 0 | 15 | 14 | A4 | 3D | 31 |
| Octal | 61 | 313 | 241 | 114 | 0 | 25 | 24 | 244 | 75 | 61 |
| Binary | 110001 | 11001011 | 10100001 | 1001100 | 0 | 10101 | 10100 | 10100100 | 111101 | 110001 |
Color Harmonies of #31CBA1
Complementary color
Monochromatic Colors of #31CBA1
Black with #31CBA1
Text Example
Text Example
White with #31CBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CBA1; }
p { color: rgb(49,203,161); }
H1.HeaderClassName
{
color: #31CBA1;
}
.AnyTagClassName
{
color: #31CBA1;
}
</style>
background-color css
<style>
a { background-color: #31CBA1; }
a { background-color: rgb(49,203,161); }
div.DivClassName
{
background-color: #31CBA1;
}
.BgClassName
{
background-color: #31CBA1;
}
</style>
border-color css
<style>
span { border-color: #31CBA1; }
span { border-color: rgb(49,203,161); }
td.TdClassName
{
border-color: #31CBA1;
}
.TagClassName
{
border-color: #31CBA1;
}
</style>