Shades of Shamrock #31CA9A
Tints of Shamrock #31CA9A
RGB
CMYK
RGB Variations
Color information
#31CA9A (or 0x31CA9A) is known color: Shamrock. HEX triplet: 31, CA and 9A. RGB value is (49,202,154). Sum of RGB (Red+Green+Blue) = 49+202+154=405 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.10% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #31CA9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CA9A is #CE3565. Grayscale: #969696. Windows color (decimal): -13514086 or 10144305. OLE color: 10144305.
HSL color Cylindrical-coordinate representation of color #31CA9A: hue angle of 161.18º 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 #31CA9A is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 202 | 154 | - |
| CMYK | 0.76 | 0 | 0.24 | 0.21 |
| HSL | 161.18º | 0.61% | 0.49% | - |
| HSV(B) | 161.18º | 0.76% | 0.79% | - |
| XYZ | 28.22 | 45.23 | 37.81 | - |
| YUV | 150.78 | 129.81 | 55.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 202 | 154 | 0.76 | 0 | 0.24 | 0.21 | 161.18 | 0.61 | 0.49 |
| Hex | 31 | CA | 9A | 4C | 0 | 18 | 15 | A1 | 3D | 31 |
| Octal | 61 | 312 | 232 | 114 | 0 | 30 | 25 | 241 | 75 | 61 |
| Binary | 110001 | 11001010 | 10011010 | 1001100 | 0 | 11000 | 10101 | 10100001 | 111101 | 110001 |
Color Harmonies of #31CA9A
Complementary color
Monochromatic Colors of #31CA9A
Black with #31CA9A
Text Example
Text Example
White with #31CA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CA9A; }
p { color: rgb(49,202,154); }
H1.HeaderClassName
{
color: #31CA9A;
}
.AnyTagClassName
{
color: #31CA9A;
}
</style>
background-color css
<style>
a { background-color: #31CA9A; }
a { background-color: rgb(49,202,154); }
div.DivClassName
{
background-color: #31CA9A;
}
.BgClassName
{
background-color: #31CA9A;
}
</style>
border-color css
<style>
span { border-color: #31CA9A; }
span { border-color: rgb(49,202,154); }
td.TdClassName
{
border-color: #31CA9A;
}
.TagClassName
{
border-color: #31CA9A;
}
</style>