Shades of Shamrock #31CA8F
Tints of Shamrock #31CA8F
RGB
CMYK
RGB Variations
Color information
#31CA8F (or 0x31CA8F) is known color: Shamrock. HEX triplet: 31, CA and 8F. RGB value is (49,202,143). Sum of RGB (Red+Green+Blue) = 49+202+143=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 202 (79.30% from 255 or 51.27% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 202 - color contains mainly: green. Hex color #31CA8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CA8F is #CE3570. Grayscale: #959595. Windows color (decimal): -13514097 or 9423409. OLE color: 9423409.
HSL color Cylindrical-coordinate representation of color #31CA8F: hue angle of 156.86º 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 #31CA8F is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 202 | 143 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.21 |
| HSL | 156.86º | 0.61% | 0.49% | - |
| HSV(B) | 156.86º | 0.76% | 0.79% | - |
| XYZ | 27.35 | 44.88 | 33.21 | - |
| YUV | 149.53 | 124.31 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 202 | 143 | 0.76 | 0 | 0.29 | 0.21 | 156.86 | 0.61 | 0.49 |
| Hex | 31 | CA | 8F | 4C | 0 | 1D | 15 | 9D | 3D | 31 |
| Octal | 61 | 312 | 217 | 114 | 0 | 35 | 25 | 235 | 75 | 61 |
| Binary | 110001 | 11001010 | 10001111 | 1001100 | 0 | 11101 | 10101 | 10011101 | 111101 | 110001 |
Color Harmonies of #31CA8F
Complementary color
Monochromatic Colors of #31CA8F
Black with #31CA8F
Text Example
Text Example
White with #31CA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CA8F; }
p { color: rgb(49,202,143); }
H1.HeaderClassName
{
color: #31CA8F;
}
.AnyTagClassName
{
color: #31CA8F;
}
</style>
background-color css
<style>
a { background-color: #31CA8F; }
a { background-color: rgb(49,202,143); }
div.DivClassName
{
background-color: #31CA8F;
}
.BgClassName
{
background-color: #31CA8F;
}
</style>
border-color css
<style>
span { border-color: #31CA8F; }
span { border-color: rgb(49,202,143); }
td.TdClassName
{
border-color: #31CA8F;
}
.TagClassName
{
border-color: #31CA8F;
}
</style>