Shades of Shamrock #31CA8A
Tints of Shamrock #31CA8A
RGB
CMYK
RGB Variations
Color information
#31CA8A (or 0x31CA8A) is known color: Shamrock. HEX triplet: 31, CA and 8A. RGB value is (49,202,138). Sum of RGB (Red+Green+Blue) = 49+202+138=389 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.60% from 389); Green value is 202 (79.30% from 255 or 51.93% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 202 - color contains mainly: green. Hex color #31CA8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CA8A is #CE3575. Grayscale: #959595. Windows color (decimal): -13514102 or 9095729. OLE color: 9095729.
HSL color Cylindrical-coordinate representation of color #31CA8A: hue angle of 154.9º 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 #31CA8A is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 202 | 138 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.21 |
| HSL | 154.9º | 0.61% | 0.49% | - |
| HSV(B) | 154.9º | 0.76% | 0.79% | - |
| XYZ | 26.97 | 44.73 | 31.26 | - |
| YUV | 148.96 | 121.81 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 202 | 138 | 0.76 | 0 | 0.32 | 0.21 | 154.9 | 0.61 | 0.49 |
| Hex | 31 | CA | 8A | 4C | 0 | 20 | 15 | 9B | 3D | 31 |
| Octal | 61 | 312 | 212 | 114 | 0 | 40 | 25 | 233 | 75 | 61 |
| Binary | 110001 | 11001010 | 10001010 | 1001100 | 0 | 100000 | 10101 | 10011011 | 111101 | 110001 |
Color Harmonies of #31CA8A
Complementary color
Monochromatic Colors of #31CA8A
Black with #31CA8A
Text Example
Text Example
White with #31CA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CA8A; }
p { color: rgb(49,202,138); }
H1.HeaderClassName
{
color: #31CA8A;
}
.AnyTagClassName
{
color: #31CA8A;
}
</style>
background-color css
<style>
a { background-color: #31CA8A; }
a { background-color: rgb(49,202,138); }
div.DivClassName
{
background-color: #31CA8A;
}
.BgClassName
{
background-color: #31CA8A;
}
</style>
border-color css
<style>
span { border-color: #31CA8A; }
span { border-color: rgb(49,202,138); }
td.TdClassName
{
border-color: #31CA8A;
}
.TagClassName
{
border-color: #31CA8A;
}
</style>