Shades of Shamrock #31CFA3
Tints of Shamrock #31CFA3
RGB
CMYK
RGB Variations
Color information
#31CFA3 (or 0x31CFA3) is known color: Shamrock. HEX triplet: 31, CF and A3. RGB value is (49,207,163). Sum of RGB (Red+Green+Blue) = 49+207+163=419 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.69% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 163 (64.06% from 255 or 38.90% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #31CFA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CFA3 is #CE305C. Grayscale: #9A9A9A. Windows color (decimal): -13512797 or 10735409. OLE color: 10735409.
HSL color Cylindrical-coordinate representation of color #31CFA3: hue angle of 163.29º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CFA3 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 207 | 163 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.19 |
| HSL | 163.29º | 0.62% | 0.5% | - |
| HSV(B) | 163.29º | 0.76% | 0.81% | - |
| XYZ | 30.19 | 47.92 | 42.31 | - |
| YUV | 154.74 | 132.65 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 163 | 0.76 | 0 | 0.21 | 0.19 | 163.29 | 0.62 | 0.5 |
| Hex | 31 | CF | A3 | 4C | 0 | 15 | 13 | A3 | 3E | 32 |
| Octal | 61 | 317 | 243 | 114 | 0 | 25 | 23 | 243 | 76 | 62 |
| Binary | 110001 | 11001111 | 10100011 | 1001100 | 0 | 10101 | 10011 | 10100011 | 111110 | 110010 |
Color Harmonies of #31CFA3
Complementary color
Monochromatic Colors of #31CFA3
Black with #31CFA3
Text Example
Text Example
White with #31CFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CFA3; }
p { color: rgb(49,207,163); }
H1.HeaderClassName
{
color: #31CFA3;
}
.AnyTagClassName
{
color: #31CFA3;
}
</style>
background-color css
<style>
a { background-color: #31CFA3; }
a { background-color: rgb(49,207,163); }
div.DivClassName
{
background-color: #31CFA3;
}
.BgClassName
{
background-color: #31CFA3;
}
</style>
border-color css
<style>
span { border-color: #31CFA3; }
span { border-color: rgb(49,207,163); }
td.TdClassName
{
border-color: #31CFA3;
}
.TagClassName
{
border-color: #31CFA3;
}
</style>