Shades of Shamrock #31CAA5
Tints of Shamrock #31CAA5
RGB
CMYK
RGB Variations
Color information
#31CAA5 (or 0x31CAA5) is known color: Shamrock. HEX triplet: 31, CA and A5. RGB value is (49,202,165). Sum of RGB (Red+Green+Blue) = 49+202+165=416 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.78% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #31CAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CAA5 is #CE355A. Grayscale: #989898. Windows color (decimal): -13514075 or 10865201. OLE color: 10865201.
HSL color Cylindrical-coordinate representation of color #31CAA5: hue angle of 165.49º 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 #31CAA5 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 202 | 165 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.21 |
| HSL | 165.49º | 0.61% | 0.49% | - |
| HSV(B) | 165.49º | 0.76% | 0.79% | - |
| XYZ | 29.18 | 45.61 | 42.86 | - |
| YUV | 152.04 | 135.31 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 202 | 165 | 0.76 | 0 | 0.18 | 0.21 | 165.49 | 0.61 | 0.49 |
| Hex | 31 | CA | A5 | 4C | 0 | 12 | 15 | A5 | 3D | 31 |
| Octal | 61 | 312 | 245 | 114 | 0 | 22 | 25 | 245 | 75 | 61 |
| Binary | 110001 | 11001010 | 10100101 | 1001100 | 0 | 10010 | 10101 | 10100101 | 111101 | 110001 |
Color Harmonies of #31CAA5
Complementary color
Monochromatic Colors of #31CAA5
Black with #31CAA5
Text Example
Text Example
White with #31CAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CAA5; }
p { color: rgb(49,202,165); }
H1.HeaderClassName
{
color: #31CAA5;
}
.AnyTagClassName
{
color: #31CAA5;
}
</style>
background-color css
<style>
a { background-color: #31CAA5; }
a { background-color: rgb(49,202,165); }
div.DivClassName
{
background-color: #31CAA5;
}
.BgClassName
{
background-color: #31CAA5;
}
</style>
border-color css
<style>
span { border-color: #31CAA5; }
span { border-color: rgb(49,202,165); }
td.TdClassName
{
border-color: #31CAA5;
}
.TagClassName
{
border-color: #31CAA5;
}
</style>