Shades of Shamrock #31CAA2
Tints of Shamrock #31CAA2
RGB
CMYK
RGB Variations
Color information
#31CAA2 (or 0x31CAA2) is known color: Shamrock. HEX triplet: 31, CA and A2. RGB value is (49,202,162). Sum of RGB (Red+Green+Blue) = 49+202+162=413 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.86% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 162 (63.67% from 255 or 39.23% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #31CAA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CAA2 is #CE355D. Grayscale: #979797. Windows color (decimal): -13514078 or 10668593. OLE color: 10668593.
HSL color Cylindrical-coordinate representation of color #31CAA2: hue angle of 164.31º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CAA2 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 202 | 162 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.21 |
| HSL | 164.31º | 0.61% | 0.49% | - |
| HSV(B) | 164.31º | 0.76% | 0.79% | - |
| XYZ | 28.91 | 45.5 | 41.44 | - |
| YUV | 151.69 | 133.81 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 202 | 162 | 0.76 | 0 | 0.20 | 0.21 | 164.31 | 0.61 | 0.49 |
| Hex | 31 | CA | A2 | 4C | 0 | 14 | 15 | A4 | 3D | 31 |
| Octal | 61 | 312 | 242 | 114 | 0 | 24 | 25 | 244 | 75 | 61 |
| Binary | 110001 | 11001010 | 10100010 | 1001100 | 0 | 10100 | 10101 | 10100100 | 111101 | 110001 |
Color Harmonies of #31CAA2
Complementary color
Monochromatic Colors of #31CAA2
Black with #31CAA2
Text Example
Text Example
White with #31CAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CAA2; }
p { color: rgb(49,202,162); }
H1.HeaderClassName
{
color: #31CAA2;
}
.AnyTagClassName
{
color: #31CAA2;
}
</style>
background-color css
<style>
a { background-color: #31CAA2; }
a { background-color: rgb(49,202,162); }
div.DivClassName
{
background-color: #31CAA2;
}
.BgClassName
{
background-color: #31CAA2;
}
</style>
border-color css
<style>
span { border-color: #31CAA2; }
span { border-color: rgb(49,202,162); }
td.TdClassName
{
border-color: #31CAA2;
}
.TagClassName
{
border-color: #31CAA2;
}
</style>