Shades of Shamrock #31CBA2
Tints of Shamrock #31CBA2
RGB
CMYK
RGB Variations
Color information
#31CBA2 (or 0x31CBA2) is known color: Shamrock. HEX triplet: 31, CB and A2. RGB value is (49,203,162). Sum of RGB (Red+Green+Blue) = 49+203+162=414 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.84% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #31CBA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CBA2 is #CE345D. Grayscale: #989898. Windows color (decimal): -13513822 or 10668849. OLE color: 10668849.
HSL color Cylindrical-coordinate representation of color #31CBA2: hue angle of 164.03º 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 #31CBA2 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 203 | 162 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.20 |
| HSL | 164.03º | 0.61% | 0.49% | - |
| HSV(B) | 164.03º | 0.76% | 0.8% | - |
| XYZ | 29.14 | 45.97 | 41.52 | - |
| YUV | 152.28 | 133.48 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 203 | 162 | 0.76 | 0 | 0.20 | 0.20 | 164.03 | 0.61 | 0.49 |
| Hex | 31 | CB | A2 | 4C | 0 | 14 | 14 | A4 | 3D | 31 |
| Octal | 61 | 313 | 242 | 114 | 0 | 24 | 24 | 244 | 75 | 61 |
| Binary | 110001 | 11001011 | 10100010 | 1001100 | 0 | 10100 | 10100 | 10100100 | 111101 | 110001 |
Color Harmonies of #31CBA2
Complementary color
Monochromatic Colors of #31CBA2
Black with #31CBA2
Text Example
Text Example
White with #31CBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CBA2; }
p { color: rgb(49,203,162); }
H1.HeaderClassName
{
color: #31CBA2;
}
.AnyTagClassName
{
color: #31CBA2;
}
</style>
background-color css
<style>
a { background-color: #31CBA2; }
a { background-color: rgb(49,203,162); }
div.DivClassName
{
background-color: #31CBA2;
}
.BgClassName
{
background-color: #31CBA2;
}
</style>
border-color css
<style>
span { border-color: #31CBA2; }
span { border-color: rgb(49,203,162); }
td.TdClassName
{
border-color: #31CBA2;
}
.TagClassName
{
border-color: #31CBA2;
}
</style>